From f108585c18ca000d5fe9b8e4482c662761861f8d Mon Sep 17 00:00:00 2001 From: Coltin Kifer Date: Tue, 26 Nov 2024 21:30:21 +0000 Subject: [PATCH] fix: adjust Tooltip payload docs to say payload is always calculated internally --- src/docs/api/Tooltip.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docs/api/Tooltip.js b/src/docs/api/Tooltip.js index 50eb449b..fc9486c9 100644 --- a/src/docs/api/Tooltip.js +++ b/src/docs/api/Tooltip.js @@ -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' }]"],