-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
fetching data from database with respect to AngularGauge value
Pallav replied to Pallav's topic in Using FusionWidgets XT
You'll have to do all this manipulations inside your server side script. -
I'm afraid no - once the color has been specified in XML, it cannot change in real-time.
-
That code is not present in JS - but rather FusionCharts source code.
-
It's explained at www.fusioncharts.com/maps/docs > Guide for Flash Developers.
-
Hi, I'm not sure if I've understood this requirement. Can you please elaborate a bit more?
-
Since FusionCharts cannot be exported as a single file, we cannot directly provide this option. For any FusionCharts SWF to function, it needs the SWF + XML data.
-
Hi Brian, Can you try using setDataXML method instead then? Load the XML data in a JS XML object and once loaded, call the setDataXML method of chart.
-
>> Does FusionCharts store a copy of the generated SWF with the populated data, after it is rendered on the web page? If yes where is this stored? FusionCharts does NOT generate a different SWF each time. Instead the SWF is engine which just loads once, gets caches and then retrieves XML data to render the charts. It's stored in temporary internet files folder. >> Is there an API to generate the chart with the dataset in the background and manipulate it by extracting the SWF as an image? No - but once the chart has rendered at client side, you can invoke methods to save it as image.
-
Charts not working when routed via ISA Server
Pallav replied to neon's topic in FusionCharts and ASP
It might create some security issue - though I'm not sure where exactly. -
Saving chart as image without rendering the chart
Pallav replied to user098765's topic in General usage
This is something which is not technically feasible owing to our choice of platform. -
Number of data points supported by multi-series fusion charts
Pallav replied to Pallav's topic in General usage
Ideally, we recommend 1200-1500 points for a line chart (maximum). -
Can you please send the XML to support [at] fusioncharts.com along with your Order ID?
-
ASP.NET.AJAX UpdatePanel Sample #1
Pallav replied to FusionCharts Support's topic in FusionCharts and ASP.NET
In the renderChartHTML method code, if you change all http references to https, the security dialog wouldn't appear any more. -
Hi, In code of RenderChartHTML (in the Class), you could just change the reference of links from http to https to resolve the security dialog.
-
Hi, Thanks for your suggestion. We'll definitely provide a way to generate XSDs in next version of FusionCharts.
-
Saving chart as image automatically at server side
Pallav replied to dharmendra's topic in FusionCharts and JSP
Dharmendra, I'm afraid that's not yet feasible, as FusionCharts needs to be generated at client side, before the save functionality can be invoked. -
XML string class wrapper? Scatter plot chart?
Pallav replied to Pallav's topic in FusionCharts and ASP.NET
I'm afraid we do not have ASP.NET wrapper yet. -
vbullet "upperLimit" not working if less than 90
Pallav replied to cafulford's topic in Using FusionWidgets XT
Hi, Just add <target>0</target> after value tag. -
Can you switch the debug mode of chart to on to see if the entire XML data is being passed to chart (in case of 100 candles)?
-
setDataURL issues, mysterious querystring appended
Pallav replied to PerroLoco's topic in Miscellaneous
It's FusionCharts that's appending the querystring to avoid data from caching. -
Hi, You can just set [chart skipOverlapLabels='0'...] I'm afraid you cannot apply bevel to tooltip. To remove bevel, you can set use3DLighting='0'
-
You can change the font color using the attribute pbartextcolor.
-
You can set canvasMargin.
-
You might be having same data value in XML <50.
-
John, We just allow you to wrap the labels on x-axis by setting