-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I have an angular app that uses several chartjs plugins, including chart-geo.
When adding this plugin via
npm install --save chart.js @sgratzl/chartjs-chart-boxplot
My existing code that starts to produce errors that suggest the chart-geo plugin is not installed.
Errors:
TS2820: Type '"bubbleMap"' is not assignable to type 'keyof ChartTypeRegistry'. Did you mean '"bubble"'
Context
- Version: 4.4.0 of boxplot, 4.3.1 or chart-geo and 4.4.3 of chart.js
- Browser: chrome/mac
Can these two plugins co-exist in the same project?
Any help would be appreciated.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested