systelab / systelab-charts

Systelab Angular Chart services
MIT License
0 stars 1 forks source link

Allow custom tooltip for each point #63

Closed RubKrmon closed 3 years ago

RubKrmon commented 3 years ago

Is your feature request related to a problem? Please describe. Now is possible to have a custom chartTooltipItem, but it shares part of the label between all the points in a row of values and it not possible to differentiate it from another points apart from the point value.

Describe the solution you'd like Be able to customize each point's tooltip with its own label with an exclusive information.

Additional context It will be useful when do you want to include a concrete information that must be shown in a particular point in the graph.

danipiques commented 3 years ago

Check https://github.com/systelab/systelab-charts/issues/64 for limitation on the tootlip displaying