Brian Maring

Color problem on Column3D when there are many data points

Recommended Posts

When I make a column3D chart with let's say 50 points it looks great! However, If I try 500, not so good. The borders mix with the bar colorsand it does not look so good. Would it be possible to eliminate all borders/spacing between columns in this case?

 

 

 

Thanks,

 

Brian

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Brian,

Could you please try setting showPlotBorder='0' in the <chart> element ? By doing this all the Column borders are eliminated

On a column chart, there is spacing defined between two columns. By default, the spacing is set to 20% of canvas width. If you intend to increase or decrease the spacing between columns, you can do so using plotSpacePercent attribute. For example, if you wanted all columns to stick to each other without any space in between, you can set plotSpacePercent='0'. Similarly, if you want very thin columns, you can set plotSpacePercent to its max value of 80.

Hope this helps.:)

Share this post


Link to post
Share on other sites

Thanks a lot,

 

 

 

I've also noticed that in a 3D Column graph, the bottom of the columns are much darker than the tops.

 

 

 

Is there a way to make the column a constant color?

 

 

 

plotGradientColor is not a valid attribute for Column3D, but I am looking for the equivalent of plotGradientColor='' in Column2D.

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Brian,

You can try adding use3DLighting='0' in the <chart> element to make the column a constant/solid color.

I hope this helps. :)

Share this post


Link to post
Share on other sites

This graph should be solid blue when increasing and solid red when decreasing. Notice how there are alternating vertical lines of lighter and darker blue within the blue regions. Is there any way to make sure that only one color of blue appears?

 

 

 

Thanks

post-4188-128441575285_thumb.png

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Brian,

Can you please paste your XML as an attachment in this forum.

 

This will help us resolve the issues.

Awaiting your reply.

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Brian,

 

 

 

We worked on the xml sent by you.

 

 

 

I'm afraid the vertical lines of lighter and darker blue for it is a 3D column chart.:)

 

 

 

You can try using the Column2D chart where this issue will not arise.

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