Search found 4 matches

by sebastien32
Wed Oct 07, 2009 4:47 pm
Forum: JFreeChart
Topic: SVG - Action with javascript
Replies: 8
Views: 13583

Re: SVG - Action with javascript

I am solving my problem :

Code: Select all

SVGGraphics2D svgGenerator = new ExtensionSVGGraphics2D();
What more easy ?! :oops:

Now, informations are generated into svg file but the tooltips doesn't appear on the SVG with IE :roll:

So, if you can help me ...
Thanks,

Sébastien
by sebastien32
Wed Oct 07, 2009 4:36 pm
Forum: JFreeChart
Topic: SVG - Action with javascript
Replies: 8
Views: 13583

Re: SVG - Action with javascript

Jonathan, For me, the pattern class work fine, but AttibutePaint or TooltipPaint classes does not. The element added doesn't appear into the svgfile generated. This code works fine : Paint p = SVGPatternTexturePaint.createStarPaint(14,Color.getHSBColor((float)Math.random()*255, (float)Math.random()*...
by sebastien32
Wed Oct 07, 2009 10:46 am
Forum: JFreeChart
Topic: SVG - Action with javascript
Replies: 8
Views: 13583

Re: SVG - Action with javascript

Hi David, Jonathan,

Thank you for those responses. That seems very well ! :D
I try your approach immediatly.

Sébastien
by sebastien32
Tue Oct 06, 2009 10:59 am
Forum: JFreeChart
Topic: SVG - Action with javascript
Replies: 8
Views: 13583

SVG - Action with javascript

Hi, I use JFreeChart (and batik) for generate a SVG, that I include into a html page. I need to use javascript for hide a serie, but my problem is the id of SVG'elements, who are not really useable. Has anyone a method for overwrite this id with JFreeChart objects ? Thanks for any help ! Sébastien