Skip to content

Bar Series Tooltip Format Y Value #22

@walsha2

Description

@walsha2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions