-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
2.1.1
-
None
User Story
adding Tooltip when you hover a plotline instead of having a label permanently displayed.
Details
- Currently, zkcharts supports adding a ClientEventHandler on a PlotLine but the Event.getTarget() is not the PlotLine itself.
Workaround
PlotLine line = new PlotLine();
line.getLabel().setText("my plotline label");
https://api.highcharts.com/highcharts/yAxis.plotLines.label.text
- relates to
-
ZKCHARTS-135 PlotLine event listener receives an event target which is a Charts instead of PlotLine
- Closed