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
Hello, I see there is PrimaryDatePoints and SecondaryDatePoints for headers, is there a way for me to add a new header?
I am trying to display the year, week, day of week, and date at the same time.
The text was updated successfully, but these errors were encountered:
Currently not possible, i have another idea,you can try using a custom view.
You can try PrimaryDatePoints to display both year and week, and secondaryDatePoints to display both week and date. However, if that's the case, you need to set the cellWidth in ViewOptions to be larger.
Yes I have thought of this approach, but having year and week in the same field makes year display repeatedly along with every week, so year is just repeating over and over again.
Hello, I see there is PrimaryDatePoints and SecondaryDatePoints for headers, is there a way for me to add a new header?
I am trying to display the year, week, day of week, and date at the same time.
The text was updated successfully, but these errors were encountered: