Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8116921

LineChart's symbol does not show tooltip

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • 8
    • fx2.1
    • javafx
    • Windows 7
      Java7u4
      JavaFX 2.1

      LineChart's symbol does not show tooltip
      even if install tooltip on series like this :

        XYChart.Series series = new XYChart.Series();
        Tooltip.install(series.getNode(), new Tooltip("message"));

      I think it is usual to hover the mouse over symbols to popup tooltip.
      And I would like to set tooltip for each symbol if it is possible.

            psomashe Parvathi Somashekar (Inactive)
            kitsunesajfx kitsunesaki (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: