-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
We're currently working on a tweak on our existing AS2 version so that it can be loaded inside Flex.
-
Problem with Drilldown chart in a Hidden Div
Pallav replied to Pallav's topic in Javascript Problems
Brent, If you've an ActiveX object in a DIV and you set the visibility of DIV to hidden, IE actually unloads the object and then reloads it later. -
The attribute is legendPadding
-
Hi, Can you please post the complete XML as attachment?
-
In FusionCharts Free, you cannot do it. In v3, you can do so.
-
Yes - we recommend that amount of maximum data.
-
It's only present in v3.
-
Hi, Can you please make sure that you've copied the com folder (containing all source files of FusionCharts) at the right place w.r.t your .fla?
-
Random behavior with multiple guages in the same page
Pallav replied to fender's topic in Using FusionWidgets XT
Hi, Can you please send your code to us at support [at] fusioncharts.com? -
Hi, Can you make sure you're calling this code in FC_Rendered function (i.e., after the chart has loaded and exposed its API to JS)?
-
Hi, Can you please post the entire XML document?
-
I'm afraid you cannot add glow to just a single entity as of now.
-
Ability to change filename when saving graph to jpg ?
Pallav replied to Jeremiah's topic in General usage
You can set the name in the server side script that generates the image -those scripts are provided as open source. -
Hi, Can you post the full code that you're using to embed the chart?
-
Hi, You cannot have an absolute path to dataURL - you need to specify a relative path.
-
I'm afraid that's not currently feasible.
-
more than 1 chart on a page - some seem to co-exist whilst others don't
Pallav replied to hkbloke's topic in General usage
Hi, What code are you using to embed the chart in an HTML page? -
Hi, Can you please check that you're not using any download managers in your browser?
-
Kai, I'm not sure if I've understood the feature that you're suggesting. Can you please elaborate?
-
I'm afraid there isn't a way to do incremental animation in FusionCharts.
-
Is it possible to set an alpha value for tooltips?
Pallav replied to obu_scott's topic in General usage
I'm afraid no. -
Hi, Can you please send us a screenshot sample at support [at] fusioncharts.com?
-
We've all the countries in the map http://www.fusioncharts.com/maps/GalleryMap.asp?mapName=World+Map+with+countries
-
How can i 'update' not 'add' values in RealTimeStackedColumn.swf ?
Pallav replied to Pallav's topic in Using FusionWidgets XT
You cannot do that - the labels always update with data. -
Lack of space between top of bars and top of data area in chart
Pallav replied to nemesis256's topic in General usage
Hi, To set max value you use [chart yAxisMaxValue='xxx' ]