i try to set background blue color
but chart is still whiteCode:background: { fill: '#00f' }
i try to set background blue color
but chart is still whiteCode:background: { fill: '#00f' }
Hi!
try to use extraStyle
sample is following:-
Code:extraStyle : { background : { color : 'red' } }
sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.
extraStyle doesn't work too . By the way, there is no such property in sources.
Solution was in using custom theme . Base theme has background equals false therefore there is no background. But I can't still change the theme, something like
chart.theme = 'MyTheme';
// do Something to redraw chart with new theme