I want to remove the values from the Y axis. I am not able to find whihc attribute should I use for that in graph. To remove the x axis values I have used showNames='0'. Please help me here regarding this.
Thanks
Nitish
Posted 08 March 2010 - 01:17 AM
Posted 08 March 2010 - 01:28 AM
Welcome to FusionCharts Forum.
If you are using FusionCharts Free please set showDivLineValue='0' and showLimits='0' in the <graph> element and see if this helps.
Posted 08 March 2010 - 02:32 AM
Posted 08 March 2010 - 02:45 AM
Cheers to Madhumita!
Posted 08 March 2010 - 03:14 AM
You are most welcome.
Please revert in case of further queries.
Posted 08 March 2010 - 10:55 PM
Posted 08 March 2010 - 11:15 PM
For this you need to render the charts in transparent mode.
e.g. <script type="text/javascript">
var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId", "900", "300", "0", "0");
myChart.setDataURL("Data.xml");
myChart.setTransparent(true);
myChart.render("chartdiv");
</script>
I hope this helps you.
Posted 09 March 2010 - 12:55 AM
You are most welcome.
Posted 09 March 2010 - 11:59 PM
Posted 10 March 2010 - 12:19 AM
You can use the chart margins functionality to fix this.
Chart Margins refers to the empty space left on the top, bottom, left and right of the chart. That means, FusionCharts would leave that much amount of empty space on the chart, before it starts plotting.
Posted 10 March 2010 - 03:26 AM
You are welcome.
Posted 30 March 2010 - 04:40 AM
Posted 30 March 2010 - 07:32 AM
I am afraid, FusionCharts Free does not support this.
Posted 30 March 2010 - 07:44 AM
Posted 30 March 2010 - 09:34 AM
Please try using the latest version of FusionCharts(version 3.1.1) that supports all the functionality same as a licensed version only with a water-mark on it.
Please refer to the link below to download the latest version of FusionCharts:-
Ref.- http://www.fusioncharts.com/Download.asp
Hope this helps.
Posted 05 April 2010 - 06:41 AM
Posted 05 April 2010 - 11:29 PM
Posted 06 April 2010 - 12:27 AM
Could you please send us the XML codes that you are using as an attachment so that we might test it in our lab?
Awaiting your reply.
Posted 06 April 2010 - 02:28 AM
Posted 06 April 2010 - 07:36 AM
Posted 07 April 2010 - 12:48 AM
Posted 07 April 2010 - 01:04 AM
Currently we are looking into the issue and will get back to you as soon as possible.
Posted 08 April 2010 - 02:27 AM
Posted 08 April 2010 - 05:53 AM
Posted 08 April 2010 - 08:46 AM
We have tested the XML in our lab and is not able to replicate the issue.
Please take a look into the screen-shot that we are sending you as an attachment.
rendered chart.bmp (853.02K)
Posted 08 April 2010 - 11:32 PM
Posted 09 April 2010 - 12:17 AM
Please try using the attribute "anchorSides" and "anchorRadius" in the <dataset> element.
Ref.- http://www.fusioncharts.com/free/docs/Contents/ChartSS/XML_MSLine2D.html
I hope this helps.