-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Description
Description:
For bar series data, for some reason the tooltip does not honor point.y
. For example, the following code:
tooltipBehavior: TooltipBehavior(
enable: true,
header: '',
format: "point.x: point.y",
)
The value of point.y
is not parsed and updated with true value - instead the return is an empty string.
Issue Resolution:
I noticed in the source code that that is completed through a search and replace. Just need to update this to get the actual value so it can be used in the tooltip label.
Metadata
Metadata
Assignees
Labels
No labels