-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
We're working on the Flex component (by tweaking existing AS2 SWF) and it will be out in couple of more weeks. The AS3 version would take another few months.
-
Hi, Can you try switching the debug mode to on and see if it helps?
-
Hi, Can you please send your entire XML to support [at] fusioncharts.com?
-
World Map Target Countries (x n y coordinates)
Pallav replied to Kisor's topic in Using FusionMaps XT
Hi, The maps in FusionMaps are not made to scale - as such any generic algorithm to convert x/y to lat/long wouldn't work. -
One way could be to modify the server side script to not return the image. Instead it can save it on the local filesystem and the other file can check if both images have been generated.
-
Michael, Even when using setDataXML method, the chart is re-rendered. Only the JS api which updates the chart value doesn't re-render the chart.
-
How can i specify bar width/size for the Bar2D chart.
Pallav replied to Manoj k's topic in General usage
In the .as/.fla file, you can change anything - as that's the entire codebase for FusionCharts. -
You may just set the following attribute for map element: [map useSNameInLabels='0' ..]
-
Dave, On which browser did it happen?
-
Is there a way to add a label to a colorRange
Pallav replied to coolegg's topic in Using FusionWidgets XT
Yes - just set showOnTop property to 1 for the group. -
bold='1' for style definition not working for tooltips
Pallav replied to melon's topic in Bug Reports
Can you please send your complete data to support [at] fusioncharts.com? -
The max size of any chart can be 4000x4000 pixels - it's a restriction of Flash Player.
-
Hi, For each category element there is an attribute showLabel='0' which can hide the label for that category.
-
You can iterate through the dataset and then use string concatenation to build XML. Please see www.fusioncharts.com/docs > Guide for web developers.
-
Troy, We'll be releasing the same in August.
-
Formatting Gantt Chart in FusionWidgets v3
Pallav replied to adarsh227's topic in Using FusionWidgets XT
Hi, As for the sizing of chart, since the chart is a Flash object, we cannot change the chart size from within the chart. You can run some calculations on your data size before creating the chart. As for formatting error, can you please send us the XML at support [at] fusioncharts.com? -
What you can do is hide the y-axis values and then create 2 trendlines with string yes,no values.
-
I'm afraid no, as the charts need to be rendered at client side first.
-
Opening a new chart in a new page from a button click on the original page (which already contains a chart)
Pallav replied to lastdonuk's topic in FusionCharts and ASP.NET
Hi Bob, Would it be possible for you to give us a live link so that we can debug? -
Hi, We'll *definitely* consider this feature for our next major release.
-
I'm afraid no.
-
Yes - pls set [chart scrollToEnd='1' ...]
-
We're looking into it - apparently it's a timing issue where you were clicking very quickly.
-
I'm afraid it's not feasible as of now.
-
SetData to set Pointer on Gauge Does not Change ToolTip
Pallav replied to Pallav's topic in Bug Reports
Hi, The tooltip is automatically updated - on which chart are you trying it?