-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve type denition of ChartData #98
Comments
Is this issue should fix this type error ? when I use
I have to cast plugin type: public plugins: Plugin<'bar', AnyObject>[] = [
ChartjsPluginStacked100 as Plugin<'bar', AnyObject>,
]; then it works. |
Hi @frenzymind , Actually, I don't have a deep understanding of type definitions. If possible, could you make the necessary changes to the plugin's type definition and submit a pull request? That would be very helpful. |
see chartjs/chartjs-plugin-datalabels#388 (comment)
The text was updated successfully, but these errors were encountered: