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

Highlighed border of PieChart's pie doesn't look pretty

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P4 P4
    • 8u20
    • None
    • javafx
    • Product: javafx-2.0beta
      Platform: windows-i586
      Build-Number: 191
      Build-ID: 2011-06-22_10-47-58
      Windows 7 x64

      I added the following stylesheet to hightlight pies of PieChart under mouse cursor:

      .chart-pie:hover {
          -fx-border-color: WHITE;
          -fx-border-width: 2;
      }

      There are two problems:
      1. Some of pies are drawn behind the others so that their white borders are not fully visible
      2. Topmost pie has sharp stroke join in the center of the pie so that it doesn't look pretty. I believe round join is more suitable here.

            jgiles Jonathan Giles
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: