Skip to content

Commit

Permalink
fix: adjust Tooltip payload docs to say payload is always calculated …
Browse files Browse the repository at this point in the history
…internally
  • Loading branch information
Coltin Kifer committed Nov 26, 2024
1 parent c8391db commit f108585
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docs/api/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ export default {
defaultVal: '[]',
isOptional: false,
desc: {
'en-US': 'The source data of the content to be displayed in the tooltip, usually calculated internally.',
'en-US':
'The source data of the content to be displayed in the tooltip, always calculated internally and cannot be user set.',
'zh-CN': 'Tooltip 展示内容的源数据,通常是图表内部计算的。',
},
format: ["[{ name: '05-01', value: 12, unit: 'kg' }]"],
Expand Down

0 comments on commit f108585

Please sign in to comment.