Search found 3 matches

by RCOO
Thu Aug 16, 2018 10:49 pm
Forum: JFreeChart
Topic: Cannot remove all BarChart elements
Replies: 1
Views: 3411

Re: Cannot remove all BarChart elements

Answering my own question:

plot.setRangeGridlinesVisible(false);
by RCOO
Thu Aug 16, 2018 10:15 pm
Forum: JFreeChart
Topic: Cannot remove all BarChart elements
Replies: 1
Views: 3411

Cannot remove all BarChart elements

I'm currently trying to remove all elements from a bar chart I'm creating, except for the bars themselves. I currently still have an issue: I cannot seem to remove a dashed line in the top most part of the bars and the base line of the bars (close to the X axis). Any tips on how to remove these elem...
by RCOO
Thu Aug 16, 2018 9:17 pm
Forum: JFreeChart
Topic: Obtain compressed SVG (SVGZ)
Replies: 0
Views: 5679

Obtain compressed SVG (SVGZ)

Hello,

What would be the best way to obtain an SVGZ document instead of SVG?
Currently I'm writting the file, reading it again and using GZIP on it.

Is there a more clever, clearer way I might be missing?

Thanks