Hi,
Thanks for great charting library.
I'd like to fix the DateTimeAxis intervals to always begin on Monday, so that ticklines would illustrate the beginning of the week in my 60 days chart. Is that possible?
DateTimeAxis(
intervalType: DateTimeIntervalType.days,
interval: 7,
maximum: last,
minimum: 60,
);