Search found 6 matches

by FedorkZ
Mon Nov 17, 2014 2:42 pm
Forum: JFreeChart
Topic: Custom draw legends/subtitles.
Replies: 1
Views: 3152

Re: Custom draw legends/subtitles.

Seems that I have found how make mean and median legend: I used LegendTitle class fot this purpose. LegendTitle legend = new LegendTitle(new LegendItemSource() { @Override public LegendItemCollection getLegendItems() { LegendItemCollection items = new LegendItemCollection(); int aRadius = 5; Shape e...
by FedorkZ
Mon Nov 17, 2014 1:54 pm
Forum: JFreeChart
Topic: Custom draw legends/subtitles.
Replies: 1
Views: 3152

Custom draw legends/subtitles.

Hi! I would like to add custom legend (or annotation) that is drawn in unusual way. For example I would like add Mean and Median markers explanation to BoxAndWhiskers chart. Or scale bar to XYPlot (Like scale on the google maps). What class should I use as a parent? And how are coordinates measured?...
by FedorkZ
Thu Oct 02, 2014 2:11 pm
Forum: JFreeSVG
Topic: Svg from jfreechart distorsion.
Replies: 6
Views: 42815

Re: Svg from jfreechart distorsion.

This file was generated from context menu of a ChartPanel. "Save as -> SVG..."

Is there any documentation for SVG format that I can use to check.
by FedorkZ
Wed Sep 24, 2014 1:38 pm
Forum: JFreeSVG
Topic: Svg from jfreechart distorsion.
Replies: 6
Views: 42815

Re: Svg from jfreechart distorsion.

And yes it looks perfect it browser.

Here is an example file:
https://drive.google.com/file/d/0B_KFbS ... sp=sharing
by FedorkZ
Wed Sep 24, 2014 1:30 pm
Forum: JFreeSVG
Topic: Svg from jfreechart distorsion.
Replies: 6
Views: 42815

Re: Svg from jfreechart distorsion.

Sorry for long delay too.
No, there are only rgb items.

Can I set layer/figure background clolr to be transparent? Even is there a backgrund property or soething like that in svg. Sorry I'm new to SVG format.
by FedorkZ
Wed Sep 03, 2014 3:31 pm
Forum: JFreeSVG
Topic: Svg from jfreechart distorsion.
Replies: 6
Views: 42815

Svg from jfreechart distorsion.

Hi I use jfreechart 1.0.19 with jfreesvg 2.1 Exported svg files from jfreechart (even from jfreechart demo) are wrongly showed being opened by Corel Draw. Seems like every chart shape has a not fully transparent backgound and if a large amount of them is presented in output - some of them become dar...