-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Hi, Since many charts have many different properties - creating a global index would sometimes yield to more confusion than clarity. That's why we've chart wise indexed and linked list.
-
Hi, I'm afraid JSON is not currently supported.
-
Hi, Currently we do not have this chart. However, I've added it to our future development wishlist.
-
On a local disk - no. But in more than 99 % cases, FusionCharts runs on a web server (either localhost or remote). There, you do not need any such setting.
-
Which version of FusionCharts are you using? Make sure its v3.
-
Because then you've a conflict of quotes like below: chart.setDataXML("<chart caption="..." which breaks code.
-
It's not possible in Presentation Suite - it's possible in FusionCharts v3.
-
Instead of using HTML embed method, we recommend using the JavaScript method of embedding. Please try with that.
-
I'm afraid that won't be possible then.
-
FusionCharts is a set of Flash movies, and as kind of plugins, are rendered in a special way by the browsers (a method known as "windowed"), making them the topmost objects in a page. To allow DHTML objects appear over a Flash movie just add this parameter: WMode=Transparent to the Flash <object> tag. It should look like this: <param name="WMode" value="Transparent"> In order to support Mozilla-based browsers and other browsers, such as Safari, you should also include the wmode parameter in the <embed> tag, like this: <embed wmode="transparent" .......></embed> If you're using the FusionCharts JavaScript class to embed your charts, you may download the updated JavaScript class from http://www.fusioncharts.com/Downloads/FusionChartsWMode.zip
-
I'm afraid there is not such method exposed as of now.
-
FusionCharts needs the size in exact pixels without px being appended.
-
Hi Seth, It's not actually a feature - but rather a way different machines treated the block character, which we used for legend. We've just released FusionCharts v3.0.4, in which we've addressed it.
-
Do not use the stacked chart then- use MSColumn2D.swf
-
I'm afraid we do not have a 3d version of that chart.
-
refresh option on angular gauge
Pallav replied to fusionchartsuser's topic in Using FusionWidgets XT
Can you please paste the code of JSP inline? Or, preferably just the output of the JSP. Also, another note when using JSP: In order to get the output without addition of any carriage-returns or tab spaces, there should not be spaces or empty lines between scriptlet tags or at the end of the page. -
Combination Charts with data table embedded below the chart
Pallav replied to Pallav's topic in General usage
I'm afraid you'll have to use HTML to display tables. -
Can you please send us the output HTML code that's getting generated?
-
You can use either.
-
Displaying both data value and percentage in the chart
Pallav replied to Pallav's topic in General usage
I'm afraid you cannot display both values at the same time. -
You can generate the XML from your PHP - but if you want to use in PowerPoint, the XML has to be of specific file name at the specified path (the path which is specified in PowerPoint during chart embedding).
-
Legend colors do not match chart colors in stacked area chart
Pallav replied to Pallav's topic in Bug Reports
The legend doesn't support gradients as of now. -
Hi, We've just released FusionCharts v3.0.4, which allows you to do this in scroll chart. Just set <chart ... scrollToEnd='1' ...>
-
Hi, We've just released FusionCharts v3.0.4, which allows you to do this in scroll chart. Just set <chart ... scrollToEnd='1' ...>
-
Hi, We've just released FusionCharts v3.0.4, which allows you to do this in scroll chart. Just set <chart ... scrollToEnd='1' ...>