Generic problem:
- don’t know the column/series names in advance
- imo that means that we basically can not do much more than to just show all columns/series without having the possibility to change attributes of certain subsets
Example application:
- add colors (or any other attribute) to dynamic series
- filter series with a filter element
Possible solution with a new custom component:
- Manage data in a table that contains series as rows and x values as columns (transponed); that way also allows you to have a further column specifying highcharts options for the corresponding series
- Custom component basically supplies highcharts with transponed version
Question:
Do you consider that solvable with current tools?
(Screenshots regarding possible solution)