-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Starting FusionCharts v3.0.5, you can now export your charts as images. You may read more on it at: http://www.fusioncharts.com/docs/Contents/SAIOverview.html http://www.fusioncharts.com/docs/Contents/SAISetting.html A live demo is at http://www.fusioncharts.com/GalleryChart.asp?id=1 - just right click on the chart and select "Save as Image".
-
Starting FusionCharts v3.0.5, you can now export your charts as images. You may read more on it at: http://www.fusioncharts.com/docs/Contents/SAIOverview.html http://www.fusioncharts.com/docs/Contents/SAISetting.html A live demo is at http://www.fusioncharts.com/GalleryChart.asp?id=1 - just right click on the chart and select "Save as Image".
-
Starting FusionCharts v3.0.5, you can now export your charts as images. You may read more on it at: http://www.fusioncharts.com/docs/Contents/SAIOverview.html http://www.fusioncharts.com/docs/Contents/SAISetting.html A live demo is at http://www.fusioncharts.com/GalleryChart.asp?id=1 - just right click on the chart and select "Save as Image".
-
Starting FusionCharts v3.0.5, you can now export your charts as images. You may read more on it at: http://www.fusioncharts.com/docs/Contents/SAIOverview.html http://www.fusioncharts.com/docs/Contents/SAISetting.html A live demo is at http://www.fusioncharts.com/GalleryChart.asp?id=1 - just right click on the chart and select "Save as Image".
-
We've just released FusionCharts v3.0.5 with the following new features: - New: Image saving feature to allow export of charts as images. - Improvement: FusionCharts JavaScript v1.2 with support for charts within FORMs and transparent mode. - Improvement: Legend in stacked charts can now be rendered in reverse order. - Improvement: ASP.NET 2.0 code samples in both VB.NET and C# with new Master Page and Update Panel examples. - Bug Fix: Security fix that restricts XSS attacks. FusionCharts now loads data from only relative URLs. Absolute URLs are not allowed. - Bug Fix: Smart label bug fix in Pie and Doughnut charts. - Bug Fix: Minor external interface bug fix in all charts. Licensed users may download the free upgrade from www.fusioncharts.com/PUC
-
Hi, When you need to update the data for a chart second time (not during initialization), you first need to get the ID of the chart using getChartFromID() method and call the setDataXML() method on that.
-
Hi, Thanks for your suggestion. We'll try and implement this in our future releases.
-
The limits for a chart are calculated based on its values, as the values are predominant figures of the chart. If you've a trendline which is bigger than any value, you can just set [chart yAxisMaxValue=value of trendline]. In this case, the trendline always shows up, irrespective of any value. And, if the value is greater than the y-axis max value, the axis limit is automatically adjusted to a new value.
-
John, If you have a chart where the value is not within the limits, how would you want it show?
-
Hi, Just set [chart yAxisMaxValue='100' ..] and make sure no value goes beyond 100.
-
Hi, Can you please send us your order id to [email protected]? We'll send you a custom SWF that supports this.
-
how can i get an auto fit chart that expands to right.
Pallav replied to amit tripathi's topic in Using PowerCharts XT
Hi Amit, I'm afraid currently we do not support auto layouts. -
How can I change placement of data value shown for bubble chart?
Pallav replied to Pallav's topic in General usage
Hi, I'm afraid currently we do not support smart labels for bubble chart and nor individual coloring for labels. -
Steve, If it's just a couple of charts and you already have a license, you might as well tell us the chart names and color that you want. We'll change it, compile the same and send it to you for free.
-
Tooltext with Firefox, FusionChartsWMode.js & DragNode.swf
Pallav replied to ph.schmidt's topic in Bug Reports
Hi, Can you please mail us your files to [email protected]? -
Hi, The percent resize feature is actually dependent on the browser, as in this case, the resizing is not handled in the chart. But, did you try this on Windows or?
-
Hi, In this case, you can force your y-axis min and max value to show all trendlines. Set the min value to a value <= lowest trendline.
-
Hi, Could you please send us a stripped down version of your .fla at [email protected]?
-
LINK attribute in Drag-Node chart node working
Pallav replied to Pallav's topic in Using PowerCharts XT
Can you try enableLink='1' (instead of enableLinks)? -
Hi, Thanks for your suggestion. We'll be starting working on AS3 version of FusionCharts very soon. As of now, we're just working on a couple of other features and a true 3D charting engine.
-
HoverText / ToolTip text in single-series charts
Pallav replied to johndparker's topic in Bug Reports
Hi, In multi-series charts, we append the value only if you've specified toolText for each category. However, if you specify toolText for each set element, we do not add the value. Basically, the idea is that if you're specifying toolText to set element, it's the final tool text that shows up. -
Hi, Can you please send us the non working code at [email protected]?
-
Grouping Countries in Existing Maps into Larger Blocks
Pallav replied to aaronfeen's topic in Using FusionMaps XT
I'm afraid that's not directly possible. We'll need to build a custom map for you to enable that. -
Hi, Currently in FusionCharts v3, we support dynamic scaling only during instantiation. That is, you can provide the width and height of the chart in pixels during instantiation and it'll take that size. However, drag and resize (based on container size) is not natively supported. While you might use the percentage resize feature as explained at http://www.fusioncharts.com/docs/Contents/PercentResize.html, we do not recommend this, as this merely scales the chart and not resize.
-
Hi, In the pie chart, we handle mouse events internally to support slicing and rotation. As such, you'll need to click outside the pie chart once and then scroll.