We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
After #141 , there added canvas package into optionalDependencies
canvas
optionalDependencies
However, it breakes npm install or yarn install since prerequisites (such as cario, gpp, etc) is not available in CI execution environments.
npm install
yarn install
Please look into it
The text was updated successfully, but these errors were encountered:
hmm... shouldn't canvas-prebuilt work as a fallback? Are you getting a specific error related to canvas?
Sorry, something went wrong.
+1
Fixed in https://github.com/jerairrest/react-chartjs-2/releases/tag/2.4.1
No branches or pull requests
After #141 , there added
canvas
package intooptionalDependencies
However, it breakes
npm install
oryarn install
since prerequisites (such as cario, gpp, etc) is not available in CI execution environments.Please look into it
The text was updated successfully, but these errors were encountered: