You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I am using responsive line chart to show weekly data for whole year period.
Problem is, that if there is overlapping week (e.g. first Monday is 4th of Jan.), the first tick date value is 3rd of Jan, which is week number 53, but i need to start my year with week 1 and end with week 52-53 based on year. Now, for this year particularly, it starts with week 53 and ends 51, and correct should be 1-52 like it is for ISO 8601 week definition.
I can do some workarounds, but its eithter shift my data or doesnt work for different year, since there are multiple ways, how year can starts.
Is there any chance to change/shift this?
(tick number for reference, i want to show only first and last)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am using responsive line chart to show weekly data for whole year period.
Problem is, that if there is overlapping week (e.g. first Monday is 4th of Jan.), the first tick date value is 3rd of Jan, which is week number 53, but i need to start my year with week 1 and end with week 52-53 based on year. Now, for this year particularly, it starts with week 53 and ends 51, and correct should be 1-52 like it is for ISO 8601 week definition.
I can do some workarounds, but its eithter shift my data or doesnt work for different year, since there are multiple ways, how year can starts.
Is there any chance to change/shift this?
(tick number for reference, i want to show only first and last)
Beta Was this translation helpful? Give feedback.
All reactions