-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Do you need incremental charts like the ones we've in Instrumentation Suite at www.fusioncharts.com/IS > Gallery > Data-streaming charts?
-
Using the source code in Enterprise License, you can add your own message.
-
creating flash presentations or powerpoint through server process, NOT client side
Pallav replied to Pallav's topic in General usage
I'm afraid this is not directly possible with FusionCharts, as of now. -
Hi, I'm not sure if I've understood your query. Can you please elaborate?
-
Can you please send your entire XML and also the name of SWF that you're using?
-
Hi, Currently, there isn't a direct way to set that. You can only control the spacing between bars by setting: <chart plotSpacePercent='50' ..> (or a value between 20-80).
-
Set numDivLines='6' yAxisMaxValue='1440' yAxisMinValue='98' yAxisNamePadding='2' adjustDiv='1'
-
You can try <chart legendPosition='RIGHT' ...>
-
Hi, I'm afraid we do not support this functionality natively. Also, "Save as" is not a default browser function - I think you might be having some additional plugins installed to do that.
-
Hi, Can you please send us the XML for these charts?
-
Hi, Can you please paste the output HTML code generated by your CF code -I'll debug that for you.
-
Fusion Chart for ColdFusion cannot render Sales by category chart
Pallav replied to vtran's topic in Javascript Problems
Hi Viet, I'm not sure what could be the problem with that sample app. Can you try the code we've given in our documentation - there's a simpler drill down demo in that too. Or, you can set up FusionCharts with your own CF code. -
Try traversing the entire tree using DOM once and see if it's able to access the elements.
-
No - that's not possible. We've a separate drag-line chart for that.
-
With which SWF are you trying this?
-
Hi, We recommend using the pixel based resizing instead of percent based resizing. When you set the width/height in percentage, the control for resizing moves out from the chart to browser.
-
Hi, We'll try and add it to our suite by Dec mid.
-
Set <set label='xxx' value='yyy' color='HexCode_Without#' ..>
-
Just check it with a couple of browsers if they're rendering the same. Specifically, IE, FF and Safari on Mac.
-
Currently, we do not have a bell shaped curve.
-
See www.fusioncharts.com/docs > Guide for Web Developers > FusionCharts and PHP
-
See http://www.fusioncharts.com/docs/Contents/AttDesc/Background.html
-
Billy, Just position the DIV which contains the map in a table that is 150px down in your HTML page.
-
You may want to see www.fusioncharts.com/docs > Guide for Web Developers > FusionCharts and PHP > Multi-series chart for more information on this.
-
How do I Combine the grid with a chart in ASP
Pallav replied to paul_s's topic in FusionCharts and ASP
Use the grid as if it's another chart on the same page and provide the same XML to both.