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
Will be one of the last tasks and a substantial one: need a robust solution to handling all cases of invalid data input. Should consider the following and more:
invalid CSV cell values (should be numeric or a percentage value outside of the first column which can be categories for certain chart types)
valid data for each chart type (e.g. pie chart should be formatted as first column of categories and second column representing percentages of the pie)
some type of JSON validation when importing an existing Highcharts configuration
There will probably be an extensive list of edge cases especially with hybrid chart types. Requires much testing.
The text was updated successfully, but these errors were encountered:
Description
Will be one of the last tasks and a substantial one: need a robust solution to handling all cases of invalid data input. Should consider the following and more:
There will probably be an extensive list of edge cases especially with hybrid chart types. Requires much testing.
The text was updated successfully, but these errors were encountered: