alex_dunn Report post Posted June 15, 2016 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
soumya Report post Posted August 1, 2016 (edited) 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 August 1, 2016 by soumya Share this post Link to post Share on other sites