Sign in to follow this  
ww1711

3D Column Floor

Recommended Posts

Hi,

 

Thank you for the post.

 

I'm afraid, FusionCharts does not natively supports the feature, to provide different colors for the floor of the 3D Column chart.

 

As a work around, FusionCharts v3 introduces the concept of Color Palettes. Each chart has 5 pre-defined color palettes which you can choose from. Each palette renders the chart in a different color theme. Valid values are 1-5.

 

Combining the palette attribute with canvasBgColor would give a different color to the floor of the 3D Column attribute.

 

Ref. Code:

<chart...... palette='1' canvasBgColor='2F4F4F'>

 

Please find the attached screenshots for your reference.

 

I hope this helps.:)

 

 

floor3D.PNG

Share this post


Link to post
Share on other sites

Thank you. I added palette='2' and achieved a grey floor which, oddly enough, is what I was looking for.

 

Just a heads up for any one else with the same issue; you don't have to necessarily combine a palette assignment with a canvasBgColor as I used showCanvasBg='0' and achieved the same result.

 

 

Thanks!

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