Search found 2 matches
- Fri Aug 14, 2020 2:47 pm
- Forum: JFreeSVG
- Topic: Generating embedded hyperlinks
- Replies: 0
- Views: 103271
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 ...
- Wed Aug 12, 2020 3:45 pm
- Forum: JFreeSVG
- Topic: Generating embedded hyperlinks
- Replies: 0
- Views: 47795
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'...