-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
You can use FusionCharts Grid component to create a legend beside pie chart.
-
You can add the same link for all items in that dataset.
-
Hi, We'll try and improve the legend in our future releases.
-
How to show Percentage instead of actual numbers in 3D Pie chart
Pallav replied to nih's topic in FusionCharts and ASP.NET
You may use a combination of these attributes to create any formatting: <chart ... showPercentValues='1/0' showPercentInToolTip='1/0' ... > -
Hi, Can you try the method explained at http://www.fusioncharts.com/docs/Contents/TTip_Lines.html?
-
XML which is given as input parameter to dataURL has special characters.
Pallav replied to malas's topic in FusionCharts and JSP
Hi, Can you please send the entire XML as attachment? -
Global update: We've updated FusionCharts v3.0.4 pack with the fixed Pie 3D and Doughnut 3D charts. These two charts are now versioned as v3.0.4 (, while the rest continue as v3.0.4. Registered users can download the new packs from www.fusioncharts.com/PUC > My Orders > Re-download. We're really sorry for any inconvenience caused to you because of this.
-
Bobby, Apparently, everything seems right. Can you zip and send us the code at [email protected]?
-
Thanks - we're planning to implement this in our next major version.
-
You cannot position the bgSWF inside chart. However, another way would be to: Have the external SWF with the same width/height as that of intended chart. Place the background content inside that as and where you want to.
-
2 Regular MSLine.swf Charts on one page throw IE errors
Pallav replied to MBernier's topic in Using FusionWidgets XT
Can you please send the code as attachment to [email protected]? -
Hi, It's not possible using JavaScript, as we do not expose the hover event to Flash/JS. In our example, we had customized the core Chart class to raise an event on hover too - that event is now listened-to in the container Flash movie (the example) and then other actions take place.
-
I've not used CCS before - as such my reply would be partial and just relevant to FusionCharts side. If you're getting an "Error in loading data" or other similar errors, I would recommend switching the debug mode of chart to on - that'll give you insight into as to what might be causing the chart not to work.
-
How can I show legend for single-series chart?
Pallav replied to rreminnyk's topic in Suggestions & Requests
There's no native support for legend in single series charts. You can, however, use the FusionCharts Grid component, as explained at www.fusioncharts.com/docs > Guide for Web developers > FusionCharts Grid component. -
Identifying the chart control(in the form with runat server) in javascript
Pallav replied to Pallav's topic in FusionCharts and ASP.NET
You need to necessarily keep the chart outside <FORM> element. When a Flash object is placed inside <FORM> element, the browser DOM cannot access it. -
Yes - it works for multiple series as well.
-
You may please sent it to [email protected]
-
Bobby, Two more checks: Can you make sure that you're using v3.0.4 of FusionCharts? To check this, just switch the debug mode to on. Can you also make sure that you're using latest version of FusionCharts.js (size 11 KB)?
-
Yes - we're currently working on it and would soon put it in FusionMaps v3.0.5.
-
XML which is given as input parameter to dataURL has special characters.
Pallav replied to malas's topic in FusionCharts and JSP
If you're using dataURL method, FusionCharts wouldn't throw an error. Using dataXML method, it will throw. -
I'm sorry for the confusion. feedData is not a method in FusionCharts.js. It's a method in a few of the FusionGadgets charts. The charts from FusionGadgets expose serialized JS APIs, which do not need a reference in FusionCharts.js. They're directly accessible from JS, as long as you're able to get a reference to the chart object in DOM.
-
Not at all. It's a free upgrade from www.fusioncharts.com/PUC
-
Yes - something like http://www.fusioncharts.com/free/docs/Contents/JS_changeChart.html - here we're changing the entire chart - but you can keep the same chart, but just resize it.
-
Hi, You can try something like http://www.fusioncharts.com/docs/Contents/DiscData.html> Connecting Null Data.
-
Kevin, Just make sure that you're running the files from behind a server (localhost or remote).