Closed andyjagoe closed 1 year ago
which chart.js version are you using?
3.8.0
On Sun, Jan 29, 2023 at 10:21 AM Samuel Gratzl @.***> wrote:
which chart.js version are you using?
— Reply to this email directly, view it on GitHub https://github.com/sgratzl/chartjs-chart-geo/issues/163#issuecomment-1407734749, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACWFJUZMJ2UGZE5T3UOXMLWU2YJHANCNFSM6AAAAAAUG3GR7Q . You are receiving this because you authored the thread.Message ID: @.***>
the latest version of this plugin is designed to be compatible with chart.js v4. https://github.com/sgratzl/chartjs-chart-geo/releases/tag/v3.10.0 is the last version which was designed for chart.js v3
Got it. Makes sense. I’ll try it out
On Sun, Jan 29, 2023 at 10:35 AM Samuel Gratzl @.***> wrote:
the latest version of this plugin is designed to be compatible with chart.js v4. https://github.com/sgratzl/chartjs-chart-geo/releases/tag/v3.10.0 is the last version which was designed for chart.js v3
— Reply to this email directly, view it on GitHub https://github.com/sgratzl/chartjs-chart-geo/issues/163#issuecomment-1407737913, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACWFJWLNNDTF7XOPLCZHJTWU2Z5NANCNFSM6AAAAAAUG3GR7Q . You are receiving this because you authored the thread.Message ID: @.***>
When I import the package as follows into a Next js v12.1.6 typescript project
I receive the following error during build and/or run:
Expected behavior
Can import package without error
Context
As a point of comparison, I'm able to do the below import for another chart.js plugin and use its matrix charts without problem in my project: