We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8391db commit f108585Copy full SHA for f108585
src/docs/api/Tooltip.js
@@ -183,7 +183,8 @@ export default {
183
defaultVal: '[]',
184
isOptional: false,
185
desc: {
186
- 'en-US': 'The source data of the content to be displayed in the tooltip, usually calculated internally.',
+ 'en-US':
187
+ 'The source data of the content to be displayed in the tooltip, always calculated internally and cannot be user set.',
188
'zh-CN': 'Tooltip 展示内容的源数据,通常是图表内部计算的。',
189
},
190
format: ["[{ name: '05-01', value: 12, unit: 'kg' }]"],
0 commit comments