lukbukkit / chartist-plugin-tooltip

Tooltip plugin for Chartist.js
MIT License
16 stars 13 forks source link

Import Error #14

Open Crypt0Graphic opened 3 years ago

Crypt0Graphic commented 3 years ago

import ChartistTooltip from 'chartist-plugin-tooltips-updated';

Generates error with Angular 11:

Could not find a declaration file for module 'chartist-plugin-tooltips-updated'. '/Users/FZK/Apps/Yeditepe/i7/node_modules/chartist-plugin-tooltips-updated/dist/chartist-plugin-tooltip.js' implicitly has an 'any' type.

Crypt0Graphic commented 3 years ago

Wrong package worry.

Crypt0Graphic commented 3 years ago

No it's riht i guess. Package is updated. :)

lukbukkit commented 3 years ago

I guess in order to support Angular correctly, we have to add a TypeScript declaration file. I don't know when I've got some spare time to create such a file, contributions are welcome.