'Intervals' in DialPlot

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
dmosses
Posts: 6
Joined: Mon Sep 24, 2007 5:21 pm

'Intervals' in DialPlot

Post by dmosses » Fri Nov 30, 2007 5:54 pm

Hi,

I'd like to be able to do something like the intervals in a meter plot - using DialPlot (MeterPlot is being depricated, and I can do more with DialPlot to adjust the look).

I know that I can create a DialRange - but this only draws lines at the inner and outer radius of the range - I'd like a block fill.

Is there any way I can do this?

dmosses
Posts: 6
Joined: Mon Sep 24, 2007 5:21 pm

Post by dmosses » Mon Dec 03, 2007 10:55 am

Bump...

Anyone? Would it be possible if I did something like extend the StandardDialRange to render one thick bar between the inner and outer radius values instead of a line at each?

cpantel
Posts: 1
Joined: Sat Dec 15, 2007 7:12 am

Post by cpantel » Sat Dec 15, 2007 7:17 am

We would definitely like this too. The style of dial we are creating requires us to separately control the paint and stroke for the InnerRadius line, the OuterRadius line and a background fill color in between.

Adding these features will open up the dial for all kinds of interesting gauge-like designs.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Mon Dec 17, 2007 10:02 pm

dmosses wrote:Bump...

Anyone? Would it be possible if I did something like extend the StandardDialRange to render one thick bar between the inner and outer radius values instead of a line at each?
This is how I intended it to work, and I still intend to fix it so it does work that way...but I'm just short of time right now.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

dmosses
Posts: 6
Joined: Mon Sep 24, 2007 5:21 pm

Post by dmosses » Thu Feb 28, 2008 12:43 pm

Hi,

I understand you're busy patching this month... Just wondering if the StandardDialRange is on the list of changes for the near future?

Locked