Sign in to follow this  
xuen

Separator For X-Axis Value And Y-Axis Value

Recommended Posts

Hi,

 

I have a multi series column and bar chart.

I want to have the separator in between each set of record.

 

Please see the attached image.

Left hand side is the current layout from example website.

Right hand side is the chart layout that i would like to render.

 

Is it possible to add the separator show in right hand side's chart (circle in red).

 

Thanks in advanced.

post-28088-0-59516800-1340250457_thumb.jpg

Edited by hypoBee

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

I have a multi series column and bar chart.

I want to have the separator in between each set of record.

 

Please see the attached image.

Left hand side is the current layout from example website.

Right hand side is the chart layout that i would like to render.

 

Is it possible to add the separator show in right hand side's chart (circle in red).

 

Thanks in advanced.

 

Hi,

 

Adding separators in between the x-axis labels is not possible.

 

Thanks for your time.

Share this post


Link to post
Share on other sites

Hi,

 

Since adding separator is not posible as of now.

Can we make the gap between the x-axis labels bigger?

 

 

Hi,

 

Adding separators in between the x-axis labels is not possible.

 

Thanks for your time.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Since adding separator is not posible as of now.

Can we make the gap between the x-axis labels bigger?

 

 

 

 

Hi,

 

Increasing the space between x-axis labels is not possible.

 

Thanks for your time.

Share this post


Link to post
Share on other sites

Hi,

 

I have read from another topic that it is possible to increase the space between x-axis labels by using the setting plotSpacePercent.

Default value is 20%.

You may set it to 0 if you do not want any gap or set it more than 20 to increase the space.

 

http://forum.fusioncharts.com/topic/1214-width-of-each-bar-in-a-chart/

 

 

 

Hi,

 

Increasing the space between x-axis labels is not possible.

 

Thanks for your time.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

I have read from another topic that it is possible to increase the space between x-axis labels by using the setting plotSpacePercent.

Default value is 20%.

You may set it to 0 if you do not want any gap or set it more than 20 to increase the space.

 

http://forum.fusionc...bar-in-a-chart/

 

 

 

 

 

Hi,

 

plotSpacePercent attribute is used to increase/decrease the space between two plots.

 

Please note, increase/decreasing the space between x-axis labels is a different aspect.

 

If you are willing to adjust the space the space between two plots, you can use plotSpacePercent attribute.

 

Ref. Code:

<chart ... plotSpacePercent='40'>

 

Also, adjusting the space between x-axis labels is not possible.

 

Hope this helps.

Share this post


Link to post
Share on other sites

Hi,

 

Is it mean i adjust the space between plot will not add the space between the x-axis label?

 

So it will become label not match to the plot? because the space between plot is increase but the label space is not increase?

 

 

 

 

Hi,

 

plotSpacePercent attribute is used to increase/decrease the space between two plots.

 

Please note, increase/decreasing the space between x-axis labels is a different aspect.

 

If you are willing to adjust the space the space between two plots, you can use plotSpacePercent attribute.

 

Ref. Code:

<chart ... plotSpacePercent='40'>

 

Also, adjusting the space between x-axis labels is not possible.

 

Hope this helps.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Is it mean i adjust the space between plot will not add the space between the x-axis label?

 

So it will become label not match to the plot? because the space between plot is increase but the label space is not increase?

 

 

 

 

 

 

 

Hi,

 

FusionCharts charting engine will automatically adjust the x-axis labels according to the plotSpacePercent attribute.

 

But there is no specific attribute to adjust the x-axis label spacing.

 

Please find attached screen-shots for your reference.

 

 

 

post-24802-0-00144600-1341471387_thumb.png

post-24802-0-17462900-1341471396_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

Thanks.

So this can be a work-around to adjust the x-axis labels.

 

 

Hi,

 

FusionCharts charting engine will automatically adjust the x-axis labels according to the plotSpacePercent attribute.

 

But there is no specific attribute to adjust the x-axis label spacing.

 

Please find attached screen-shots for your reference.

 

 

 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this