Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add restrictions to invalid chart data #15

Open
yileifeng opened this issue Jan 21, 2025 · 0 comments
Open

Add restrictions to invalid chart data #15

yileifeng opened this issue Jan 21, 2025 · 0 comments
Labels
chart Related to Highcharts API enhancement New feature or request

Comments

@yileifeng
Copy link
Member

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:

  • 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.

@yileifeng yileifeng added chart Related to Highcharts API enhancement New feature or request labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart Related to Highcharts API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant