invalid PieChart in case of negative data.

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P3
    • None
    • Affects Version/s: 9
    • Component/s: javafx

      please run the test code from JDK-8164646, having
          double A = -2., B = 2.; // => nok.png
      or
          double A = -1., B = 2.;
      or
          double A = -1., B = -2.; // empty chart
      etc.

      If the negative data are prohibited, then
      1. an appropriate exception should probably be thrown
      2. it should be documented

        1. nok.png
          13 kB
          Alexander Stepanov

            Assignee:
            Vadim Pakhnushev
            Reporter:
            Alexander Stepanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: