
doitall
-
Content count
2 -
Joined
-
Last visited
Posts posted by doitall
-
-
Hi,
I am trying to make the Line 2D chart clickable i.e. a user can click anywhere on the chart & not just the dataset points to drill down into the next level of the graph. I see that drawAnchors can do something like this and so I tried this:
chart showBorder='1' drawAnchors='1' anchorAlpha='100' ....
My question is, can drawAnchors achieve what I am trying to do or am I missing something?
How to make Line 2D charts clickable?
in FusionCharts and JSP
Posted · Report reply
I tried clickURL attribute for chart, but that makes the entire area of the chart a hotspot, which is kind of what not I wanted.
I just wanted the lines to be hyperlinks to drill down ... Any one tried that before?