chartjs / chartjs-adapter-luxon

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

add support for parsing DateTime objects directly #10

Closed iddings closed 4 years ago

iddings commented 4 years ago

allow luxon DateTime objects directly in datasets

benmccann commented 4 years ago

lgtm. it might be nice to add a test in https://github.com/chartjs/chartjs-adapter-luxon/blob/master/test/specs/luxon-adapter.spec.js

benmccann commented 4 years ago

Lgtm. It looks like I don't have merge rights on this repo so we will need @simonbrunel or maybe @etimberg to merge