-
I'm creating a graph where I aggregate data by week. I do this by setting the Is there a way to easily use Monday-based weeks instead (as per ISO standard)? Right now I'm shifting the dates by one day in preprocessing which is a bit hackish. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Unfortunately, I think this will require extensions to Vega itself, starting with the vega-time package: https://github.com/vega/vega/tree/master/packages/vega-time (PRs welcome!) |
Beta Was this translation helpful? Give feedback.
Unfortunately, I think this will require extensions to Vega itself, starting with the vega-time package: https://github.com/vega/vega/tree/master/packages/vega-time
(PRs welcome!)