On Monday, February 22, 2021, Alexander Farber <alexander.far...@gmail.com> wrote:
> > > but how to get a JSON map of lists here? I am trying: > > { > "day": [ "2021-02-08", "2021-02-09", ... ], > "completed": [ 475, 770, ...], > "expired": [ 155, 263 , ...] > } > If you want the days aggregated then don’t “group by day” David J.