-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Hi, Washington DC and Maryland are separate entities.
-
I'm afraid FusionCharts doesn't support sub-categories as of now.
-
Just URL-Encode the entire URL before passing it to FusionCharts.
-
You can call renderChart() multiple times - but parameterize the function which returns the XML data to return different XML data based on same recordset.
-
Positive and negative values in stacked column chart
Pallav replied to Troy's topic in General usage
Yes - indeed you can have that in FusionCharts. -
Real Time Chart scrolls but "time" value isn't showing
Pallav replied to Pallav's topic in General usage
Kurt, I'm not sure if I've understood your problem. If you can please host this code on your live server and give me a link, I can help you debug it. -
Suresh, As of now, the only option for legend placement is right/bottom.
-
Hi, Can you please try with the attached chart once? While loading this SWF, just make sure to specify the chartWidth and chartHeight variables as under: load("Pie3D.swf?chartWidth=xxx&chartHeight=yyy")
-
Just make sure you're using dataURL method and not dataXML method, when using special characters.
-
For a single series line chart, you can set labels and tool text as : <set label='Your label' value='xx' toolText='Custom tool text' ... />
-
Steve, This is an issue with PowerPoint, where you need to set the "Playing" attribute to true after the chart has animated once. As for caching issue, can you try adding a constantly changing parameter at end of XML file - like Chart.swf?dataURL=Data.xml&temp=75676
-
Hi, In your XML, I couldn't find where you've specified the max value of 1.1. You'll need it to set it as <chart SYAxisMaxValue='1.1' ..>
-
Having multiple charts in one page eats up a lot of memory
Pallav replied to franee's topic in Bug Reports
Hi, Can you please send us the live URL of one such page? We'll test it and get back to you. -
Hi, Can you please send us the live URL of one such page? We'll test it and get back to you.
-
Format XML after but before the Chart is populated
Pallav replied to b471code3's topic in FusionCharts and PHP
If the XML is made by Webspeed and then passed to PHP, you can do use two ways to change bgColor: 1. Use string replacement (either direct or using RegExp) 2. Use XML DOM to read the XML, and then push the new attribute -
David, Can you please try clearing your browser cache and then viewing it?
-
I'm afraid our pie chart doesn't wrap the labels.
-
Hi, FusionCharts uses "noScale" as the scaling parameter, and as such we do not recommend specifying width and height in percent. However, you can do so as explained at http://www.fusioncharts.com/docs/Contents/PercentResize.html
-
Hi, By default, we show "label, value" as mouse over text. However, that can be customized to your own custom text.
-
Try something like: //Output it header('Content-type: text/xml'); echo $strXML; ?> Also, what encoding are you using?
-
I'm afraid you cannot wrap the title.
-
It'll not be this year, owing to our scheduled releases.
-
This bug was fixed in v3.0.2. The latest release is v3.0.3, which can be downloaded from www.fusioncharts.com/PUC > My Orders > Re-download.
-
Only the scatter/bubble charts support vertical trend lines. Rest of the charts support vLine. Please see http://www.fusioncharts.com/docs/Contents/AttDesc/VLines.html
-
With FusionCharts v3, you can do it. Each <set> element has an attribute toolText='' which can accept any string value.