-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Hi, Can you please send us the code at support [at] fusioncharts.com?
-
You cannot render them in background as the charts need to be rendered at client side once before it can be exported to image.
-
I'm afraid you cannot re-define the palette from XML as of now.
-
Can you try running the files from a server instead of local file system?
-
I'm afraid the pie charts do not yet support multi-line labels. As of now, you can either hide the labels on chart and show them using the grid.
-
I'm afraid we do not have a real time pie chart.
-
Hi, Can you share a live link with us for debugging?
-
Gantt Chart Spans Overnight - Shows only category for hour 23
Pallav replied to randywickersham's topic in Using FusionWidgets XT
Just change dateFormat="mm/dd/yyyy hh:mn:ss" to dateFormat="mm/dd/yyyy" -
The zoom that you're using here is actually zooming the entire Flash movie (from Adobe Flash Player API) - as such it's not controlled by FusionCharts.
-
Hi, We would be willing to help with any 3rd party licenses/support that you need on this - just drop me an email at pallav [at] infosoftglobal.com
-
Please see www.fusioncharts.com/docs > Guide for Web developers
-
What version of PHP are you using? Can you try any general image saving script to see if the PHP+GD installation is right?
-
You can set the chart limits as: [chart yAxisMinValue='0' yAxisMaxValue='10000' ...]
-
You can just change the server side script to do this.
-
Please use [chart showLabels='0' showValues='0' ]
-
default x and y values after submit in Drag-Node chart
Pallav replied to assaf_wr2000's topic in FusionCharts and ASP
Hi, We do not create new nodes based on user's click position. But the user can drag it around after creation. -
I'm afraid it's not currently possible in FusionCharts.
-
FusionCharts cannot have y-axis limits out of data range.
-
Brady, I'm afraid you cannot push the y-axis labels inside.
-
Andy, When using dataURL, the chart first clears existing chart, reloads data and then renders - as such there is a momentary gap which causes the flicker.
-
I'm afraid we do not have scroll option in Column3D charts.
-
Hi Ken, Is the chart exporting as image on the first hand?
-
I'm afraid that's not currently possible with FusionCharts.
-
You can use string concatenation to do it.
-
Can you make sure your XML has correct BOM mark?