LineChart's symbol does not show tooltip

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • 8
    • Affects Version/s: fx2.1
    • Component/s: javafx
    • Environment:

      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.

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

              Created:
              Updated:
              Resolved:
              Imported: