-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I have an issue when I'm trying to import this library.
I'm using webpack, and it doesn't compile the JS file and throws an error at the line:
import gradient from 'chartjs-plugin-gradient';
Here is the error message:
"./node_modules/chartjs-plugin-gradient/dist/chartjs-plugin-gradient.esm.js" contains a reference to the file "chart.js/helpers".
This file can not be found, please check it for typos or update it if the file got moved.
If I try something like:
import helpers from 'chart.js/helpers'; I have no error, so the helpers are found... But I keep having the issue at the line where I import gradient...
Any idea?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels