add tooltip on PlotLine

XMLWordPrintable

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: 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

            Assignee:
            Unassigned
            Reporter:
            sbasly
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: