chartjs / chartjs-adapter-luxon

Luxon adapter for Chart.js
MIT License
33 stars 24 forks source link

Remove use of helpers for v3 compatibility #20

Closed benmccann closed 3 years ago

benmccann commented 3 years ago

This will let us keep using the same version for v2 and v3. With the recent changes to support tree-shaking if we import the helpers in a v3-compatible way then we will lose v2 compatibility

Ben3eeE commented 3 years ago

Can you publish a new release with these changes?

benmccann commented 3 years ago

I sent https://github.com/chartjs/chartjs-adapter-luxon/pull/21 to do a new release