Hi,
I am trying to create a graph with the Visual Builder with weekly intervals. The weekly interval that interests us starts on Sunday and not Monday (which is what the graph is currently doing).
I've also built a number of Line and Data Table visualizations with a date histogram on the X axis, and for those visualizations I was able to specify {"offset":"6d"} in order to adjust the weekly intervals to begin on Sundays.
What would be the right way to achieve this with the Visual Builder?
I've seen a few posts here about the "Offset series time by.." option, but adding the offset there only changes the intervals without actually calculating the metric per the new interval. For example, when I offset by 1 day the weekly interval starts on Tuesday, but the metric at that point has the same value as the metric on Monday without the offset. As opposed to the other visualizations, where the metrics change per the new interval.
Thanks a bunch!!