Show entire calendar year #227
Replies: 1 comment
-
|
https://www.chartjs.org/docs/latest/axes/cartesian/time.html#min-max-configuration |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
amazing chart, thank you!
I have a use case where I need to create graph for entire calendar year (1st of Jan to 31st of Dec) regardless what data I have available for given calendar year. I am following example from https://chartjs-chart-matrix.pages.dev/samples/time.html and it works great except for the fact that I have to include bogus data points for start and end period (1/01, 31/12) for graph to span entire calendar year.
Is there a better way to "lock" time (date) range for a graph?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions