Search found 10 matches

by DJViking
Sun Feb 12, 2017 6:56 pm
Forum: JFreeChart
Topic: JavaFX support
Replies: 7
Views: 14634

Re: JavaFX support

There isn't any CSS support yet. I will spend some time looking at StylableProperties to provide some CSS styling capability....this was suggested to me by Gerrit Grunwald at a JavaFX meeting in Zurich in December, but I haven't had a chance to try it yet. Great. It would help us a lot with CSS sup...
by DJViking
Fri Feb 10, 2017 10:45 am
Forum: JFreeChart
Topic: JavaFX support
Replies: 7
Views: 14634

Re: JavaFX support

Is it possible to style the JFreeChart with CSS? I have a PolarPlot which I style programaticaly and would like to use CSS to get a consistent look. PolarPlot .setAngleGridlinePaint() PolarPlot .setRadiusGridlinePaint() JFreeChart .setBackgroundPaint() PolarPlot .setBackgroundPaint() PolarPlot .setB...
by DJViking
Wed Feb 08, 2017 3:15 pm
Forum: JFreeChart
Topic: JavaFX support
Replies: 7
Views: 14634

Re: JavaFX support

What is the status of version 1.0.20 with a JavaFX module? We would like to start using JFreeChart with JavaFX as we are moving away from Swing. In the meantime. How can I start using JFreeChart with JavaFX until 1.0.20 is ready? I have been trying to compile a package myself from the source, but th...
by DJViking
Thu Jun 18, 2015 2:06 pm
Forum: JFreeChart
Topic: PolarPlot: Plots different after v1.0.13
Replies: 6
Views: 7922

Re: PolarPlot: Plots different after v1.0.13

So would say the current behavior with setInverted(true) is buggy? Or is it just not what you'd expect? If you'd call it a bug please describe the problem and expected behavior in more detail and file a bug report at sourceforge.net. The difference with using and not using inverted can be seen with...
by DJViking
Thu Jun 18, 2015 1:04 pm
Forum: JFreeChart
Topic: PolarPlot: Plots different after v1.0.13
Replies: 6
Views: 7922

Re: PolarPlot: Plots different after v1.0.13

Why are you using your own renderer? What is actually different to JFreeChart's DefaultPolarItemRenderer? Did you try the DefaultPolarItemRenderer? If yes, is there also a difference between the two JFreeChart versions? The reason we used our own renderer is because we didn't want to draw the item ...
by DJViking
Wed Jun 17, 2015 8:18 am
Forum: JFreeChart
Topic: PolarPlot: Plots different after v1.0.13
Replies: 6
Views: 7922

Re: PolarPlot: Plots different after v1.0.13

I could not find anything other than the deprecated method translateValueThetaRadiusToJava2D. I tried using translateToJava2D instead, but the plot result was still wrong. Path2D.Float path = new Path2D.Float(); int numPoints = dataset.getItemCount(seriesIndex); ValueAxis axis = plot.getAxis(); for ...
by DJViking
Mon Jun 15, 2015 10:53 am
Forum: JFreeChart
Topic: PolarPlot: Plots different after v1.0.13
Replies: 6
Views: 7922

PolarPlot: Plots different after v1.0.13

We have been using JFreeChart 1.0.13 for years. After upgrade to 1.0.19 it seems PolarPlot has been changed. The plot is no longer the same. If I start two GUIs, one using v1.0.13 and the other using v1.0.19 the plot with the never version is wrong. This example program will illustrate the problem: ...
by DJViking
Tue May 28, 2013 1:22 pm
Forum: JFreeChart
Topic: How to reduce the width of thermometer chart
Replies: 5
Views: 6383

Re: How to reduce the width of thermometer chart

In that example it looks like the space on each side of the thermometer is as I want it to be, but it has the exactly same width as my code. Width 200 Height 150 https://docs.google.com/file/d/0B-lDdSLkpJa5SHhIdTdfQmR4WkU/edit?usp=sharing Width 100 Height 150 https://docs.google.com/file/d/0B-lDdSLk...
by DJViking
Tue May 28, 2013 1:08 pm
Forum: JFreeChart
Topic: PolarChart display problem with JFreeChart 1.0.14
Replies: 2
Views: 3065

PolarChart display problem with JFreeChart 1.0.14

Having used PolarChart without problem on JFreeChart 1.0.13, upgrading to version 1.0.14 was not successful. Using JFreeChart 1.0.13 https://docs.google.com/file/d/0B-lDdSLkpJa5NGdpTXhybXhxVEk/edit?usp=sharing Using JFreeChart 1.0.14 https://docs.google.com/file/d/0B-lDdSLkpJa5eWkwUkxGUDZFMms/edit?u...
by DJViking
Mon May 27, 2013 9:25 am
Forum: JFreeChart
Topic: How to reduce the width of thermometer chart
Replies: 5
Views: 6383

Re: How to reduce the width of thermometer chart

I bit old post, but anyone found a solution yet? I'm experience the same problem. with my thermometer chart. I want to cut away the extra dead space on each side of the thermometer.