Skip to content

Commit f108585

Browse files
author
Coltin Kifer
committed
fix: adjust Tooltip payload docs to say payload is always calculated internally
1 parent c8391db commit f108585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/docs/api/Tooltip.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ export default {
183183
defaultVal: '[]',
184184
isOptional: false,
185185
desc: {
186-
'en-US': 'The source data of the content to be displayed in the tooltip, usually calculated internally.',
186+
'en-US':
187+
'The source data of the content to be displayed in the tooltip, always calculated internally and cannot be user set.',
187188
'zh-CN': 'Tooltip 展示内容的源数据,通常是图表内部计算的。',
188189
},
189190
format: ["[{ name: '05-01', value: 12, unit: 'kg' }]"],

0 commit comments

Comments
 (0)