Search found 6 matches
- Mon Nov 17, 2014 2:42 pm
- Forum: JFreeChart
- Topic: Custom draw legends/subtitles.
- Replies: 1
- Views: 3946
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...
- Mon Nov 17, 2014 1:54 pm
- Forum: JFreeChart
- Topic: Custom draw legends/subtitles.
- Replies: 1
- Views: 3946
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?...
- Thu Oct 02, 2014 2:11 pm
- Forum: JFreeSVG
- Topic: Svg from jfreechart distorsion.
- Replies: 6
- Views: 76139
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.
Is there any documentation for SVG format that I can use to check.
- Wed Sep 24, 2014 1:38 pm
- Forum: JFreeSVG
- Topic: Svg from jfreechart distorsion.
- Replies: 6
- Views: 76139
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
Here is an example file:
https://drive.google.com/file/d/0B_KFbS ... sp=sharing
- Wed Sep 24, 2014 1:30 pm
- Forum: JFreeSVG
- Topic: Svg from jfreechart distorsion.
- Replies: 6
- Views: 76139
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.
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.
- Wed Sep 03, 2014 3:31 pm
- Forum: JFreeSVG
- Topic: Svg from jfreechart distorsion.
- Replies: 6
- Views: 76139
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...