-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
type: typesTypescript type changesTypescript type changes
Milestone
Description
The last thing I can spot still missing is the types:
Lines 40 to 47 in 8cca4fe
| export interface ScriptableContext { | |
| chart: Chart; | |
| dataPoint: any; | |
| dataIndex: number; | |
| dataset: ChartDataset; | |
| datasetIndex: number; | |
| active: boolean; | |
| } |
Originally posted by @kurkle in #8318 (comment)
Metadata
Metadata
Assignees
Labels
type: typesTypescript type changesTypescript type changes