-
Notifications
You must be signed in to change notification settings - Fork 30
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
chart.js module has no exported member SankeyDataPoint #97
Comments
I would think it has to do with that issue: chartjs/Chart.js#11288 But maybe you should be importing it from 'chartjs-chart-sankey' instead? |
I agree with @kurkle. The module augmentation needs anyway the import of |
Thanks for the link, that does seem to be the problem.
How can I import |
@stockiNail I have just updated to |
We are using
chartjs-chart-sankey
version0.12.0
. After upgradingchart.js
from version4.0.1
to4.3.0
, I'm getting the following errror forimport { SankeyDataPoint } from 'chart.js';
:Do you have any idea why it stopped working? Thanks for any advice.
The text was updated successfully, but these errors were encountered: