-
Notifications
You must be signed in to change notification settings - Fork 22
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
isoWeekday
is not a function
#22
Comments
Just as a heads up, I don't have time to fix at the moment, but I'll review a PR if you want to take a stab |
@benmccann let me take time because I'm very busy as well but I can try to submit a PR. Ok for you? |
Sure. No rush |
@benmccann submitted. Take your time! |
@benmccann fixed again in order to:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got an error
isoWeekday is not a function
when I try to use thestartOf
method of the adapter.chartjs-adapter-luxon/src/index.js
Line 75 in 18d1a9b
Having a look to Luxon documentation, the
isoWeekday(weekday)
sounds to belong to Moment and not to Luxon.The doc https://github.com/moment/luxon/blob/master/docs/moment.md#unit-getters
EDIT
Chart.js version: dist/master
Luxon adapter: 0.2.1
Luxon lib: 1.24.1
The text was updated successfully, but these errors were encountered: