How to add space between two coulmns of different group for same month using multiseries graph?
#1
Posted 12 March 2010 - 03:45 AM
I want to put space between each group, currently groups are adjacent for every month.
is there any way to have space between columns of each month?
Other Replies To This Topic
#2
Posted 12 March 2010 - 04:43 AM
Welcome to FusionCharts forum. ![]()
Could you please try using "plotSpacePercent" attribute in the <chart> element?
Ref.- http://www.fusioncharts.com/docs?/ChartSS/MSColumn2D.html
Hope this helps.
Other Replies To This Topic
#3
Posted 15 March 2010 - 03:57 AM
In my case, I am having multiple columns on each x-axis label(Jan). I need space between them.
For example :- http://www.fusioncha...MSColumn2D.html
This example shows business result for two years.
Each month is having two columns for every year, but there is no space between these columns.
my requirement is to have space between these columns. l
Other Replies To This Topic
#4
Posted 15 March 2010 - 04:55 AM
I am afraid, as of now FusionCharts does not support this.
Other Replies To This Topic
#5
Posted 15 March 2010 - 10:41 AM
I just thought of a work around...
You could add empty dataset between datasets like this:
<dataset>
</dataset>
This will give some space between two columns.
Hope this helps. ![]()
Srividya
Srividya Sharma

Back to top
MultiQuote
