We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Sometimes charts are not redrawn on theme change.
RemoveWatch.JS and use event, triggered on theme change. Redraw charts on event
Watch.JS
$(document).trigger("themechange");$(document).on("themechange", function(){ // redraw...});