Uploaded image for project: 'ZK Charts'
  1. ZK Charts
  2. ZKCHARTS-52

add tooltip on PlotLine

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 2.1.1

      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

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

              Created:
              Updated: