-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Milestone
Description
Feature Proposal
follow up from #6598 (comment)_
Feature Use Case
provide typescript typings directly as part of chart.js (3)
Possible Implementation
starting points are:
- https://github.com/sgratzl/chartjs-esm-facade/blob/master/src/index.d.ts
- https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/chart.js/index.d.ts
open questions:
- which directory structure should the typings follow: one huge file, per existing source file, in a separate directory, next to the source, ...
- where is a documentation which options are available for different elements/controllers?
yhvicey, Siedlerchr, Cristy94, fotijr, Quentame and 2 more