Hyperlink in Piechart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
srinivasanbe
Posts: 1
Joined: Tue Oct 26, 2004 7:43 am
Contact:

Hyperlink in Piechart

Post by srinivasanbe » Tue Oct 26, 2004 7:52 am

Hi Guys,

I am using standardcategoryurlgenerator to provide hyperlinks in piechart and barcharts.

renderer.setItemURLGenerator(new StandardCategoryURLGenerator("URLServlet?Flag=n","series","section"));


I am able to click on the link and browse the pages, but the page is displayed in the same window, how do i pass the parameter target="_blank", i mean i want to open the hyperlink in a new window not in the same JSP page i have the graph. How do i acheive this. can you help me on this.

regards,
Srinivasan .R

inothings
Posts: 1
Joined: Wed May 13, 2015 10:39 am
antibot: No, of course not.

Re: Hyperlink in Piechart

Post by inothings » Wed May 13, 2015 10:43 am

How to resolve this issue?

Locked