Skip to content

Commit e11d6d0

Browse files
ckiferckifer
andauthored
docs: add shared prop (#377)
Co-authored-by: ckifer <[email protected]>
1 parent df30582 commit e11d6d0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/docs/api/Tooltip.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,15 @@ export default {
257257
'zh-CN': '项目排序函数。',
258258
},
259259
},
260+
{
261+
name: 'shared',
262+
type: 'Boolean',
263+
defaultVal: 'true',
264+
isOptional: true,
265+
desc: {
266+
'en-US': `If true, tooltip will appear on top of all bars on an axis tick. If false, tooltip will appear on individual bars. Currently only supported in BarChart and RadialBarChart.`,
267+
},
268+
},
260269
{
261270
name: 'isAnimationActive',
262271
type: 'Boolean',

0 commit comments

Comments
 (0)