We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sometimes charts are not redrawn on theme change.
Remove Watch.JS and use event, triggered on theme change. Redraw charts on event
Watch.JS
$(document).trigger("themechange"); $(document).on("themechange", function(){ // redraw... });