-
Content count
43 -
Joined
-
Last visited
About karthik_k2
-
Rank
Advanced Member
- Birthday 11/16/1988
Profile Information
-
Gender
Male
-
Hi, I have a column chart. I want to change only the tooltext of the data elements of the column charts after some action, say onclick of a button. Is it possible to do that? If so kindly let me know how to do that. Thanks in advance.
-
karthik_k2 started following Reference Line In A Column Chart, Updating the existing chart's data, Pie Chart--Link and and 1 other
-
Hi Team, I heard that this issue has been fixed. Kindly share the version no. or if it is the service release pls do share it too. Thanks.
-
Its not yet fixed. I am hoping to get the fix in the next release. Atleast thats what I heard.
-
Hi Ragav, If raising click event anywhere in your div is what your need is, then I dont think FusionCharts support that. FusionCharts support click on the data element of the chart only. I can suggest you to make this happen using normal javascript itself. Please see the following code snippet. Lets say your div id is "id" var x = document.getElementById("id");x.style.cursor = 'pointer';x.onclick = function() { // your code...}; I hope this will work for you.
-
Hi, I am using FusionCharts version v3.2.2. I came across a weird issue while using link option in Pie charts. With the help of that link I am calling a javascript function(like "link" : "j-onclick"). It works fine for the first two data elements of the Pie Chart but if I click on the other data elements, it is not calling the javascript function. I used the same json data for generating a column chart and everything works fine. Need clarification on this. Thanks in advance.
-
Please find the attached image in which i have modified the gauge image to show you my requirement. I want to enable such smart labels.
-
Hi, I am using FusionWidgets Version v3.2.2. I want to know if I could bring smart labels(as in pie charts) in the gauges(specifically angular gauge). The dial is showing the data on mouse hover. But my requirement is to show it as a label. Help me with this. Thanks in advance...
-
Hi, I tried exporting fusion widgets. I am getting the exact pdf as I already got while exporting Pie chart(Please see the above threads). Please let me know if it is the same issue or if I am missing something. Thanks in advance.
-
I am sorry.. I was not more precise. I can do that by using trend lines. Can i make those lines draggable?
-
Hi, One of the needs of my application is that I should draw a reference line in the column chart. For instance I can say that reference line would indicate some value which is the expected one. I have attached a screenshot of one such. Please let me know if i can do it with the available configuration. FYI, I am using FusionCharts XT v3.2.2.
-
Hi Sumedh, Just wanted to ask if the issue is resolved. We are in a kind of hurry.
-
Hi, I made some stupid mistake in including the js files in the script tag. Now i am able to see the chart but still the loadMask is there and it shows an error "p.dataReady is not a function".
-
I have done all those but still it is not showing anything. Neither it throws any error. Please see one of previous threads where i have added my js code. Anyways I will cross check it one more time.
-
Hi again, I have upgraded my fusion widgets to FusionWidgets_Enterprise XT v3.2.2, but still I am not seeing anything. I think I am not including some js files in the script tag. I have included FusionCharts.js only. Is it fine? If it is, please let me know where I can go wrong. Thanks.