Search found 2 matches

by tkannenb
Fri Aug 14, 2020 2:47 pm
Forum: JFreeSVG
Topic: Generating embedded hyperlinks
Replies: 0
Views: 48712

Generating embedded hyperlinks

I'm using JFreeSVG to render pie charts generated with JFreeChart. I'm using CustomPieURLGenerator to associate a custom URL with each pie slice, and I'd like the SVG output to include <a> tags linking to those custom URLs. Is there any way to do that directly with JFreeSVG? From a handful of posts ...
by tkannenb
Wed Aug 12, 2020 3:45 pm
Forum: JFreeSVG
Topic: Generating embedded hyperlinks
Replies: 0
Views: 19702

Generating embedded hyperlinks

I've got a pie chart (generated by JFreeChart) in which each slice is hyperlinked to a different URL. I'd like to render the chart in SVG format, using <a> tags in the SVG output to implement the hyperlinks for each slice. Is there a way to do that using JFreeSVG? As far as I can tell, JFreeSVG won'...