-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
bugSomething isn't workingSomething isn't working
Description
type 'double' is not a subtype of type 'int?' in type cast
When loading the dashboard from json, the fromMap of property gridBackgroundParams somethimes returns a type cast error when a double values is represented as an int in the json saved data.
Steps To Reproduce
- Add elements changing gridBackgroundParams properties
- Save a dashboard using toJson() or prettyJson()
- Load a dashboard using loadDashboardData
Expected Behavior
Dashboard saving data in a proper format or loading it as int or double?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working