All examples By author By category About

iliatimofeev

Vega-Lite sort error Bl.ocks example

Vega-Lite error sort by nested filed.

Vega-Lite can't sort by subobject field

   "y": {
            "field": "name",
            "type": "ordinal",
            "sort": {
                "order": "descending",
                "op": "sum",
                "field": "a.i"
            },
         }

"field": "a\\.i" will work

You can go to the blockbuilder and to fork this block and create your own visualizations. Check out the Vega-Lite website for more information, tutorials, and documentation. Happy hacking!

forked from domoritz's block: Vega-Lite Bl.ocks example