Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1693

Dial chart customize color issues

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.3
    • 6.5.2
    • Components
    • None

      JFreeChartEngine lines 1860-1897

      DialModel.getFrameBgRGB is used twice
      1. as the frameBGcolor surrounding the the dial,
      2. and the gradient start color of the dial background

      DialModel.getFrameBgRGB1 is never used

      DialModel.getFrameBgRGB2 is used as the gradient end color of the dial background

      like that it is not possible to give the border of the chart a different color than its gradient start color...

      in DialModel there is no way to customize the color of the numbers in the Scale are always blue

      JFreeChartEngine should also apply the color retrieved by DialModelScale.getTickRGB() in line 1960 to dscale.setTickLabelPaint(Color)

      in addition DialModelScale.getTickFont() is never used ...

      StandardDialScale.setTickLabelPaint(scale.get);

            vincentjian vincentjian
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: