Vasanth1984
Members-
Content count
9 -
Joined
-
Last visited
About Vasanth1984
-
Rank
Forum Newbie
-
Hello I was wondering if the click events work on zoomline chart. I tried the clickURL property on the chart and it did not work. Also I was trying to fire and event for a particular data point. I added the link property for the other charts on the data array but I am not sure how to include a link property for the zoom line since the data is in a very different format "data": "||||16|41|64|53|78|47|91|23|72|49|27||26|49|27|41|35|12|24|10|79|71|74|84|43|63|40|59|64|59|52|55|20|22|61|57|61|05|15|39||32|31|25|14|44"
-
Are there abilities in fusion charts to enable right click context menus and define our own behaviours for them? We are trying to have context menus for our charts and was wondering how we could do this.
-
Hello All, I had one question, Is it possible to expose a double click event on fusion charts and provide some implementation for it when it happens?? Thanks,
-
Thats a very big limitation if Fusion cannot support zoom on any other chart types other than line series. Do you have any other alternative i can look into? Any idea if you would be supporting zoom on other chart types in the near future?
-
I am having a problem with fusion chart click event, I have the following code chartObjConfig.clickURL = 'javaScript:myFunction()'; The above does not work for my scenario because: The fusion chart code which builds the json data and is enclosed in a extjs component (a view js file), hence its not able to find the function. I need some way of making it find my function which is in the same file.
-
And can the zoom line chart cannot have any other chart type other than the "Line" chart?
-
Hello FusionCharts! I had one question with zooming. While I have created charts "ZoomLine" which create line charts that can be zoomed into, I was wondering if there was a way for me to specify a column, area or any chart that i create to be zoom capable in fusion. Wondering if there is a config I need to specify in the JSONData to enable zooming on charts i create.
-
Thanks Haritha, I am going to try these things, Thanks again for the clear explanation!!!
-
I had two questions: -->I need to be able to pass the entire chart data when i click anywhere on the chart (except on data points)? What event do i use ? -->I need to be able to pass a data of that "series" when i click on any of the hotspots or data points? What event do i use for this? -->The last question was how do i distinguish between these two click events? I looked around for events relating to this but didnt find any documentation for these clicks. Can you help me with this? Thanks!