-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
You'll have to code your own interface that allows user to change the XML.
-
Hi, The google finance charts do NOT use FusionCharts - they've their own custom chart. Our stock chart can be seen at http://www.fusioncharts.com/Gallery/Candle5.html
-
Russia's mouseover not fully working in NewWorld map
Pallav replied to jrheard's topic in Bug Reports
Hi, Can you please send us the XML at support [at] fusioncharts.com? -
You can use the scatter chart, as it has a numeric axis. The points can be connected using lines : [dataset drawLine='1' ...]
-
You can use the scatter chart for this purpose.
-
You can set [chart legendPosition=right' or 'bottom]
-
Hi, We're still trying to track what is causing the issue, owing to its intermittent nature. I'll keep you posted.
-
Puneet, I'm afraid no.
-
Hi, I'm afraid we do not provide XSDs ourselves as of now. Those were coded by an independent developer.
-
Ken, I'm afraid we do not allow disabling this currently - however, you can change the same in the source code.
-
With FusionCharts v4 (coming in next 6-8 months), you'll be able to do so, as it uses the faster Flash Player 9.
-
Sending error message in the data string url for real time charts
Pallav replied to slaguduv's topic in Using FusionWidgets XT
I'm afraid no. -
creating a PDF froma JSP containing multiple Linear Guage widget
Pallav replied to Sram's topic in Using FusionWidgets XT
Hi, I'm afraid currently there isn't a way to save all the charts as images at the same time. -
Hi, I'm afraid there wouldn't be an option to disable this, as that'll open the charts to XSS attacks. However, we would be able to provide separate version without this feature. To get v3.0.5, can you please drop us an email at support [at] fusioncharts.com?
-
Hi, We've just released FusionCharts v3.0.7 featuring the following: * New: True 3D Combination Chart (MSCombi3D.swf) that supports dynamic rotation, scaling and interactivity. You may see demo of the same here * New: ASP and PHP API to help you easily embed charts in your projects. * Improved: FusionCharts.js to take care of quotes in XML. * Improved: Method of providing JavaScript links to chart elements using j- prefix. * Improved: Ruby on Rails code examples and documentation. * Improved: In case of no data, all axes can show 0-1 instead of 0-100 previously. * Bug Fix: Minor bug fix in Pie and Doughnut charts image saving routine. * Bug Fix: VB.NET and C# FusionCharts DLL improved to support FusionCharts in ASP.NET AJAX update panel. Licensed users can download the free upgrade from our Product Update Center We would love to have your feedback on the new chart and API.
-
Hi, Starting FusionCharts v3.0.6, we've blocked absolute URLs owing to XSS attacks. And, there is no way to set it off. The only way to overcome this would be to use a previous version of FusionCharts.
-
You can use the inverse axis charts from PowerCharts suite - please see http://www.fusioncharts.com/PowerCharts.asp#inverse
-
You seem to be using our own JS code for rendering the HTML of chart. Please append the chartWidth and chartHeight attribute as we've done in our FusionCharts.js
-
Dave, We'll be doing this in the next major version.
-
Display chart caption and sub caption when data does not exist
Pallav replied to Pallav's topic in FusionCharts and ASP.NET
Hi, When the chart doesn't have any data, it does not show caption/sub-caption. -
Hi, Two things here: 1. Make sure you've set registerWithJS flag to 1. 2. You're using v3.0.6
-
Pls use render() method.
-
Hi, Are you running the files from a local machine?
-
Hi, Since FusionCharts uses Flash and XML, we do not recommend more than 1200-1500 data points per chart.
-
Hi, Would it be possible for you to send us the live link of this code so that we can directly debug?