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
Importing in angular component throws the following error:
Error: node_modules/chart.js/dist/types/index.d.ts:2794:18 - error TS2428: All declarations of 'PluginOptionsByType' must have identical type parameters.
2794 export interface PluginOptionsByType<TType extends ChartType> {
~~~~~~~~~~~~~~~~~~~
Error: node_modules/chart.js/dist/types/index.d.ts:2804:12 - error TS2314: Generic type 'PluginOptionsByType<TType, TType>' requires 2 type argument(s).
2804 plugins: PluginOptionsByType<TType>;
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: node_modules/chartjs-plugin-annotation/types/index.d.ts:6:13 - error TS2428: All declarations of 'PluginOptionsByType' must have identical type parameters.
6 interface PluginOptionsByType<TType extends ChartType> {
Importing in angular component throws the following error:
DEPENDENCIES:
The text was updated successfully, but these errors were encountered: