Skip to content

Custom Tooltip with custom value. #127

Description

@12christiaan

Hi, fist i like to say that i like the work done. it looks great.
I am looking for a customization of the ToolTip. I like to show a custom value here.
i understand that i need to do this with "segmentTooltipContent", the real question is how to put 'custom' information in the tool tip.

From the data set below, i like to add 'type': 'Service C' in the ToolTip. How to do that? How ro address that part of the data set?

e.g.
{'group': 'Team A', 'data': [{
'label': 'Action B',
'type': 'Service C',
'data': [
{'timeRange': ['2022-06-01T01:01:01.001Z', '2022-09-30T01:01:01.001Z'], 'val': 'Design'},
{'timeRange': ['2022-09-30T01:01:01.001Z', '2023-01-29T01:01:01.001Z'], 'val': 'Installation'}
etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions