We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whem I installed the chartjs and zoom plugin in this version
the typescript is broken because of this error:
So, I needed to change manually the names of this enum at the node_modules\chartjs-plugin-zoom\types\index.d.ts file, like this:
node_modules\chartjs-plugin-zoom\types\index.d.ts
Then, the typescript stopped to complain.
Should I create a PR for this?
Thank you!
The text was updated successfully, but these errors were encountered:
You could create the version bump to 2.0.1 pr instead (I just can't do it myself right now, but can do the release after the bump)
Sorry, something went wrong.
@kurkle #746
No branches or pull requests
Whem I installed the chartjs and zoom plugin in this version
the typescript is broken because of this error:
So, I needed to change manually the names of this enum at the
node_modules\chartjs-plugin-zoom\types\index.d.ts
file, like this:Then, the typescript stopped to complain.
Should I create a PR for this?
Thank you!
The text was updated successfully, but these errors were encountered: