-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Hi Kai, When you load a chart in DIV and hide the DIV, the browser unloads the chart actually, instead of just hiding. When the DIV's visibility is set to on again, the browser re-loads the chart, but ignores to pass the dataURL parameter.
-
Hi, We'll definitely consider during next release.
-
Hi, Can you please detail more on how you're embedding the chart in HTML?
-
Hi, Both the chart and grid should work in both IE/Firefox. Just check the HTML code you're using to embed the chart/grid.
-
You could use something like http://www.fusioncharts.com/forum/Topic2211-8-1.aspx
-
This should work. Can you send the XML at attachment?
-
Hi, We've released PowerCharts v3.0.6 with the following new features: - New: Ability to invoke Image saving feature from JavaScript. - New: Ability to print chart using JavaScript. - New: ColdFusion, JSP and Perl scripts for image saving. - New: Ability to track clicks and rendering event of chart in other Flash movies. - Bug Fix: Minor bug fix in PHP image saving script. - Bug Fix: In Multi-axis line charrt. Licensed users can download the free upgrade from http://www.fusioncharts.com/PUC
-
Hi Rick, Are you using the ASP.NET save handler? If yes, for once, can you just comment the image outputting and self-download code in the ASP.NET page and see if the page emits any errors?
-
Hi, Please see http://www.fusioncharts.com/gadgets/Demos/TM/Index.html
-
Hi, We'll get back to you with the corrected maps ASAP.
-
Dragnode chart - formAction - Form Variable
Pallav replied to Pallav's topic in Using PowerCharts XT
Can you try URLEncoding the formAction once? -
create trendline to show at date/time chart was rendered
Pallav replied to rick55's topic in Using FusionWidgets XT
Rick, When creating the XML, you'll need to push in the date/time of the server for the trendline. -
In IE FusionChart uses Data.xml instead of specified DataURL for all except one dynamically added charts
Pallav replied to smashik's topic in Bug Reports
Hi Sergei, Can you just switch the debug mode of charts to on and see what dataURL they're getting? -
Powerchart getXMLData not returning connectors arrow state
Pallav replied to Pallav's topic in Bug Reports
Hi Anand, Can you please send us your HTML and XML code at [email protected]? -
I'm afraid this feature is not currently present in FusionCharts. We'll try and implement something to resolve this in next version.
-
Even with HTML rendering, you can access. You need to then make sure that you've specified correct flags like renderWithJS=1
-
Hi Brian, If you're using v3.x.y, to see the version, just switch the debug mode of chart to on, as explained at http://www.fusioncharts.com/docs/Contents/Debug/window.html
-
Hi, We've resolved the bug. If you could please send us your order id at [email protected], I'll send the updates to you right away.
-
Hi, We confirm this issue and have escalated it to the development team. I'll get back on this to you ASAP.
-
You cannot directly set the font size from browser. Only way would be to update the entire chart's XML data using JavaScript.
-
Unable to update trendpoints realtime in Angular Gauge
Pallav replied to naruke's topic in Using FusionWidgets XT
You can just update the value - not trend points. -
You can use [chart bgSWF='path' ..] to do so.
-
High CPU Usage, Browser Crash with wmode and Multiple Graphs
Pallav replied to GregorTP's topic in Bug Reports
Tony, Can you please send us the HTML page at [email protected]? To All: we're trying to identify the issue that is causing this. First, we're just trying to reproduce the error. Second step is to identify which component is causing the problem (the JS or browser). We're pretty sure that there's no faulty code in FusionCharts which is causing this, as if you run the code without Wmode, it'll run fine. -
One option would be to rotate them and place inside the column.
-
It supports all forms of links as explained at http://www.fusioncharts.com/docs/ > Guide for Web Developers > Drill Down Charts.