Skip to content

Commit

Permalink
docs(tooltip): Add missing template syntax
Browse files Browse the repository at this point in the history
Add missing data id template syntax
  • Loading branch information
netil authored and netil committed Jan 26, 2024
1 parent 7e4fa71 commit 00ab16a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/Options/common/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00ab16a

Please sign in to comment.