mariusmuntean / ChartJs.Blazor

Brings Chart.js charts to Blazor
https://www.iheartblazor.com/
MIT License
691 stars 152 forks source link

Dataset rework #112

Closed Joelius300 closed 4 years ago

Joelius300 commented 4 years ago

Fixes #96

Most relevant information can be found there.

Apart from that there are few side-effects/additional features that come with this PR. These include:

As a side-note, I recently found out that Chart.js actually tracks the changes you make to the data and animates the chart accordingly on update. This would have to be implemented on dataset level. With the general structure being fixed now and a robust API in place, we can tackle this feature later on but it's not part of this PR.

fixes #49 fixes #38