You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Expected Behavior
Dashboard saving data in a proper format or loading it as int or double?
The text was updated successfully, but these errors were encountered: