-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Hi, Also, we'll create one and post it by Monday here.
-
[HELP]How to download a FusionChart from website????
Pallav replied to Pallav's topic in General usage
Hi, I'm not sure what you mean by "download". Can you please elaborate? -
how to provide Javascript link in Setdatxml Method
Pallav replied to kaiwachter's topic in Bug Reports
Kai, In dataURL method, you do NOT need to build physical XMLs. You can virtually relay them to chart - like set dataURL=Data.asp In data.asp, build the XML in a string and do Response.Write(strXML) or print strXML in PHP -
Hi, What steps do I need to take to reproduce the problem?
-
Hi, Currently user drawn trend lines are not possible in FusionCharts.
-
Philippe, We've provided the source code of this DLL, which can be tweaked to for FusionMaps.
-
You can use any set of characters with FusionCharts. Also, all the labels on the map can be redefined as explained at http://www.fusioncharts.com/maps/docs/Contents/CustomLabels.html and http://www.fusioncharts.com/maps/docs/Contents/CustomID.html
-
Does fusion charts support generation of tabular data?
Pallav replied to kevinli's topic in Suggestions & Requests
For tabular generation, currently we only have 1 SWF - SSGrid.swf. Please see www.fusioncharts.com/docs > Guide for Web Developers > FusionCharts Grid Component. -
It's the same bin folder as your ASP.NET application.
-
Actually, there are too many processes involved in this for us to debug - as we do not have enough information on your environment too. If you can pull it down to minimal skeletal structure required and just the exact error, we can help you debug it.
-
Hi, We've fixed the error. Please check your email for more details.
-
Please set <dataset color='Your color code without #' ..>
-
Hi, Set <dataset alpha="1" anchorAlpha='100' anchorBgAlpha='100' ..>
-
Can you please let us know the process flow happening in that place? Like how the chart is generated first time and then when form is updated?
-
That's not possible using FusionCharts, as we do not recommend percent based sizing.
-
No - you cannot create your own palettes as of now. If you need to specify color for each plot, use: <set .... color='Hex Code without #' ..>
-
You'll have to tweak the XML of Column chart to create a histogram.
-
I'm afraid that's not possible with v2.3.
-
Hi, I'm afraid currently it's not possible. We've intentionally not spanned the full width for legend, as it creates a visual distortion (doesn't look symmetrical).
-
Get the chart's _x position with ActionScript
Pallav replied to svanryckeghem's topic in Miscellaneous
This is a dynamic position which is stored in a private object inside Chart class - it can be referenced as this.elements.canvas.x inside the flash code, where this refers to the instance of chart class. -
Yes - please see www.fusioncharts.com/maps/docs > Drill Down maps.
-
Please use dataURL method and directly provide apostrophe mark.
-
Fusion Charts and SQL Reporting Services
Pallav replied to Pallav's topic in FusionCharts and ASP.NET
Hi Dave, We've not yet explored the integration of FusionCharts with SQL Server Reporting Services. However, if you can expose XML in FusionCharts format from SQL Server Reporting Services, you can easily integrate FusionCharts with the same. -
We've inverse y-axis charts in our PowerCharts suite at http://www.fusioncharts.com/PowerCharts.asp#inverse