Hi All,
I've just uploaded version 0.7.2 of JFreeChart. The new release includes the wind plot code contributed by Achilleus Mantzios, support for background images in the chart or plot, alpha transparency settings for the plot, and a few bug-fixes.
Regards,
DG.
Version 0.7.2 released...
Re: Version 0.7.2 released...
Hi David,
Thanks for the new release and bugfixes.
Something that i miss in 0.7.2 is the 3d axis for the 3d bar chart: in earlier versions it has a 3d effect now it is flat:((
How can I disable the popup menu? I need this because in applet it will cause a security exception if the user tries to save the chart.
The tooltips are very useful, better is when they pops up a little bit faster than normal.
Regards.
Taoufik
Thanks for the new release and bugfixes.
Something that i miss in 0.7.2 is the 3d axis for the 3d bar chart: in earlier versions it has a 3d effect now it is flat:((
How can I disable the popup menu? I need this because in applet it will cause a security exception if the user tries to save the chart.
The tooltips are very useful, better is when they pops up a little bit faster than normal.
Regards.
Taoufik
Re: Version 0.7.2 released...
Hi Taoufik,
It looks like I've introduced a bug somewhere with the 3D axis - I'll take a closer look, it can't be too difficult to find.
The popup menu is enabled by default in JFreeChartPanel, but the second constructor allows you to specify three flags (save, print and zoom) which control the options that are available on the popup menu. If all three are false, then no menu is created.
I'll see what I can do about reducing the time till the popup appears.
Regards,
DG.
It looks like I've introduced a bug somewhere with the 3D axis - I'll take a closer look, it can't be too difficult to find.
The popup menu is enabled by default in JFreeChartPanel, but the second constructor allows you to specify three flags (save, print and zoom) which control the options that are available on the popup menu. If all three are false, then no menu is created.
I'll see what I can do about reducing the time till the popup appears.
Regards,
DG.