alex_dunn

Themes Data Specific Settings

Recommended Posts

I would like to be able to create a theme so that on a combination chart (ie scrollcombidy2d) different renderAs options get different settings from the theme.

 

A simple example would be:

Lines: rotateValues:0

Columns: rotateValues:1

 

I have tried adding the following to the theme, but it does not work:

 

scrollcombidy2d:{chart:{showValues:"0"},dataset:[{line:{rotateValues:"0"}},{column:{rotateValues:"1"}}]},

 

Is this possible? What would the structure be to do this?

Share this post


Link to post
Share on other sites

Hi Alex,


Apologies for the delay.
 
"rotateValues" attribute can be defined only at the chart levels and not at individual dataset level. 
 

As of now the requirement can't be achieved within the scope of current version we would try to implement it in our future release.

 

Thanks

 

Soumya

Edited by soumya

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