Skip to content

WIP: Use ApexCharts instead of C3 (please read even though it's a WIP)

Nicolas Frandeboeuf requested to merge nicofrand/kresus:apexCharts into master

It only replaces the category charts for now. ApexCharts does not provide a show/hide all so I replaced the "Unselect all/Select all" buttons with a dropdown. This dropdown can be cleared (= unselect all) and there is an option called "Select all".

It works in the sense that it updates the categories on the charts, however the dropdown itself is not visually updated with the new selection.

@bnjbvr if we manage to fix this issue, would that selector fit your needs? @all Would you have an idea why react-select is not updated when given new props?

Merge request reports