Live example on stackblitz : https://stackblitz.com/edit/typescript-musyyw?file=index.ts
Expected Behavior
The types should include tooltip as a key of Chart
Current Behavior
TS 2339: tooltip does not exist on type Chart<keyof ChartTypeRegistry, (number | ScatterDataPoint | BubbleDataPoint | null)[], unknown>
Environment
Live example on stackblitz : https://stackblitz.com/edit/typescript-musyyw?file=index.ts
Expected Behavior
The types should include tooltip as a key of Chart
Current Behavior
TS 2339: tooltip does not exist on type Chart<keyof ChartTypeRegistry, (number | ScatterDataPoint | BubbleDataPoint | null)[], unknown>Environment