Skip to content

Sometimes charts are not redrawn on theme change #9

Open
@modularcoder

Description

@modularcoder

Sometimes charts are not redrawn on theme change.

Remove Watch.JS and use event, triggered on theme change. Redraw charts on event

$(document).trigger("themechange");

$(document).on("themechange", function(){
  // redraw...
});

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions