- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 826
Open
Labels
enhancementvega: vega-liteRequires upstream action in `vega-lite`Requires upstream action in `vega-lite`
Description
Right now we need something like
alt.Y(aggregate=alt.ArgmaxDef(argmax=<f>), field=..., type=...)
to make the following in Vega-Lite:
{aggregate: {argmax: <f>}, field: ..., type: ...}
It would be more natural to allow:
alt.Y(aggregate=alt.Argmax(<f>), field=..., type=...)
Same for argmin. :)
Metadata
Metadata
Assignees
Labels
enhancementvega: vega-liteRequires upstream action in `vega-lite`Requires upstream action in `vega-lite`