Skip to content
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

Does not work with ChartJS >= 3.5 #49

Closed
votdev opened this issue Oct 27, 2021 · 0 comments · Fixed by #50
Closed

Does not work with ChartJS >= 3.5 #49

votdev opened this issue Oct 27, 2021 · 0 comments · Fixed by #50

Comments

@votdev
Copy link
Contributor

votdev commented Oct 27, 2021

The following PR in ChartJS makes the treemap plugin incompatible to the latest version.

Error: node_modules/chart.js/types/index.esm.d.ts:452:25 - error TS2536: Type '"metaExtensions"' cannot be used to index type 'ChartTypeRegistry[key]'.

452   { [key in ChartType]: ChartTypeRegistry[key]['metaExtensions'] }[TType]
votdev added a commit to votdev/chartjs-chart-treemap that referenced this issue Oct 27, 2021
votdev added a commit to votdev/chartjs-chart-treemap that referenced this issue Oct 27, 2021
Fixes: kurkle#49

Signed-off-by: Volker Theile <votdev@gmx.de>
kurkle pushed a commit that referenced this issue Oct 28, 2021
Fixes: #49

Signed-off-by: Volker Theile <votdev@gmx.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant