-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
x-axis labels being truncated on line and area graphs
Pallav replied to Pallav's topic in General usage
Yes, in Free version, it's graph. -
Would something like http://www.fusioncharts.com/GalleryChart.asp?id=76 do?
-
Clicking on map entity isn't calling handler
Pallav replied to Pallav's topic in Using FusionMaps XT
Neil, I'm sorry for the delay - we've yet not been able to release the new version owing to some more Flash player new incompatibilities. While we have the map SWFs ready, the final package is taking some time to build (as we're introducing another 200+ maps). If you're in urgent need of maps, just send us an email at support [at] fusioncharts.com and we'll send you the maps. -
Since Flash is an Active X object, it cannot be shown in Outlook
-
High CPU Usage, Browser Crash with wmode and Multiple Graphs
Pallav replied to GregorTP's topic in Bug Reports
The number of charts is not much of a factor here. For example, we're tried with 80 charts in a page and it works fine. But at other times, with just 10 different charts in a page, it seems to have CPU usage. Also, in Firefox, there's a constant bar at bottom showing "Transferring data from ...", whereas, once the chart has loaded, we do not transfer any data. -
Please do not use renderChart - instead there's renderMap function for FusionMaps.
-
In a pie chart if there are just 0 values, you cannot distribute the pie, as division by 0 is not possible.
-
I'm afraid our grid is single series.
-
I'm afraid you cannot disable it directly.
-
Adam, As for the values, you can set [chart showLabels=0] in chart to hide labels. I'm afraid you cannot display data in columns.
-
Hi, The "Movie Not Loaded" message appears only when the chart SWF could not be loaded by the browser. In that case, can you check the SWF path or any connection problems that could restrict SWF from loading.
-
Hi, In this event handler method, you'll need to write your JS to get DOM access to table and then update the pertinent row/column.
-
I'm afraid it's not possible yet to add links to category tags. We've planned this for the next version.
-
Chart not working properly with Ajax in Firefox
Pallav replied to nemesis256's topic in Javascript Problems
The setDataXML method is not being invoked on chart. Else, the debug mode would write something like: setDataXML method invoked on chart. New data: XML data here... -
Please see http://www.fusioncharts.com/PowerCharts.asp#inverse
-
Display problem when adding flash file next to fusionmap
Pallav replied to Pallav's topic in Bug Reports
Hi, Can you please elaborate what you mean by "split up"? -
Moorthy, If you put a shorter URL, is it getting called?
-
Hi, Can you please elaborate a bit more on the problem?
-
If there are any colons in your dataURL, we disallow it to prevent XSS attacks.
-
Or, you could use the bubble chart, as that chart allows you to plot 3 inter-related quantities on x,y and z axis.
-
We're coming up with FusionMaps v3.0.5 that supports both: - World Map with countries - Save as Image feature.
-
In the chart inclusion JS code, set: chart.setTransparent(true);
-
Yes - we'll try to do that.
-
Hi, Can you please send the complete XML to support [at] fusioncharts.com?
-
We recommend using the FusionCharts JavaScript class to embed the charts.