joaohrm
Members-
Content count
6 -
Joined
-
Last visited
About joaohrm
-
Rank
Forum Newbie
-
Removing Submit,Restore and Add or Edit Items Button in DragNode Chart
joaohrm replied to avva555's topic in Using PowerCharts XT
How can i remove/edit that spinning circle(the one that open a edit menu) when holding the click over the data? Any way i can do that using parameters on xml or css? Thanks -
not what i wanted, but thanks anyway. I solved it using an array of the elements and after that an addeventlistener inside a for.
-
Hi there, i have a similar problem. in a set object i want to pass by link (onclick) the actual X position not the fixed value, how can i get this value?
-
Here is the part of the code im using, i tried forcing it directly on the console debug too: var graphic = new FusionCharts('Line', 'ctobj_line_cross', '600', '200', '0', '1'); graphic.setDataXML(...the above data i posted graphic.render('ctnr_line_cross'); the exactly point its crashing is the new FusionCharts prototype command, i tried setting values without quotes too. the ie10 is working on internet explorer 10 mode and standard document, anyother browser and other ie versions are ok.
-
Hi Sumedh, thank for the quick response. here is a example of xml im using: <?xml version="1.0"?> <chart stroke-width="0" stroke-opacity="0" bgAlpha="0,0" bgRatio="0,100" bgAngle="90" caption=" " labelDisplay="Rotate" slantLabels="1" xAxisName="PRIORITY" yAxisName="ITEM" > <set label="HIGH" value="50" /> <set label="LOW" value="1" /> <set label="NORMAL" value="39" /> </chart>
-
Hi there, Everytime i open a page using a graphic on ie10 it crashs(in any machine), im using fusioncharts 3.3.1 and the point it crash's : var myChart = new FusionCharts('Line', 'test123', width, height); Thanks the attention.