mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
* interfaces.d: added plugins for the chart configuration * index.d: allow to set data * index.d: improve type for the update method * interfaces.d: improve type of generic chart type * interfaces.d: alphabetical sort * index.d: set fields in alphabetical sort * interfaces.d: remove custom type (string) * core/index.d: import "chart type" type * interfaces.d: added extends for TYPE * interfaces.d: move chart types to enum * core/index.d: move the update mode to enum Co-authored-by: Sergey Khomushin <sergey@placer.io>