Sign in to follow this  
maykumar

Controlling the background color of the svg element

Recommended Posts

To add more, we are using XML and already tried adding containerBackgroundOpacity='0' to the chart element, but no success.

 

 

Regards,

Myaank

Share this post


Link to post
Share on other sites
Hi,

You cannot access the background svg element natively, however you can use "bgcolor" to change its background color and to remove the background color i.e. to make it transparent you can use "containerbackgroundopacity" at constructor level.
 
For further reference please check this sample fiddle link
http://jsfiddle.net/ayanbhaduryfc/4zLd2xj1/

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