I try to change the theme dynamically.
I change the kendo.dataviz.(theme).min.css in the page
then I call this
The gauge redraw but the color of the pin and text graduation do not change.
Any suggestion?
I change the kendo.dataviz.(theme).min.css in the page
then I call this
var
kendoElem = $elem.data(
'kendoRadialGauge'
);
kendoElem.setOptions({ theme:
'moonlight'
});
kendoElem.redraw();
The gauge redraw but the color of the pin and text graduation do not change.
Any suggestion?