From 00ab16a315ce51f19f2ccef21f491d034b6104fa Mon Sep 17 00:00:00 2001 From: netil Date: Fri, 26 Jan 2024 16:54:52 +0900 Subject: [PATCH] docs(tooltip): Add missing template syntax Add missing data id template syntax --- src/config/Options/common/tooltip.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/Options/common/tooltip.ts b/src/config/Options/common/tooltip.ts index 2be5d8ef3..1e53b02d8 100644 --- a/src/config/Options/common/tooltip.ts +++ b/src/config/Options/common/tooltip.ts @@ -56,6 +56,7 @@ export default { * - **{=CLASS_TOOLTIP_NAME}**: default tooltip data class name (ex. `bb-tooltip-name-data1`) * - **{=TITLE}**: title value. * - **{=COLOR}**: data color. + * - **{=NAME}**: data id value. * - **{=VALUE}**: data value. * @property {object} [tooltip.contents.text=undefined] Set additional text content within data loop, using template syntax. * - **NOTE:** It should contain `{ key: Array, ... }` value