You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: node_modules/chart.js/dist/types/index.d.ts:2793:18 - error TS2428: All declarations of 'PluginOptionsByType' must have identical type parameters.
2793 export interface PluginOptionsByType<TType extends ChartType> {
~~~~~~~~~~~~~~~~~~~
Error: node_modules/chart.js/dist/types/index.d.ts:2802:12 - error TS2314: Generic type 'PluginOptionsByType<TType, TType>' requires 2 type argument(s).
2802 plugins: PluginOptionsByType<TType>;
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: node_modules/chartjs-plugin-zoom/types/index.d.ts:12:13 - error TS2428: All declarations of 'PluginOptionsByType' must have identical type parameters.
12 interface PluginOptionsByType<TType extends ChartType> {
~~~~~~~~~~~~~~~~~~~
Once i remove the chartjs-plugin-zoom plugin, all starts working again
The text was updated successfully, but these errors were encountered:
Hi, i can't use this plugin with chartjs 4.2.
I have the plugin-datalabels installed (2.2):
Once i remove the chartjs-plugin-zoom plugin, all starts working again
The text was updated successfully, but these errors were encountered: