]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Improve types (#7767)
authorxr0master <xr0master@gmail.com>
Wed, 9 Sep 2020 01:27:08 +0000 (04:27 +0300)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 01:27:08 +0000 (21:27 -0400)
commit1ec6f1da71493792fc2a9ea2de92f2370d4fefad
tree27af76411dbd0deb7910fe2e9ad06313a4e81292
parentfd34e786ab5668ecaf1488379525c1baf68617d9
Improve types (#7767)

* 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>
types/core/index.d.ts
types/interfaces.d.ts