Module

x/vega_lite/examples/specs/test_field_with_spaces.vl.json

A concise grammar of interactive graphics, built on Vega.
Latest
File
{ "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "data": { "values": [ {"a b": 0.9228935641885049,"c d": 0.5982771352733822}, {"a b": 0.6819537235661846,"c d": 0.4599852852378238}, { "a b": 0.035533848836472814, "c d": 0.6863884491167203 }, {"a b": 0.3491133898504284,"c d": 0.7368153745410643}, {"a b": 0.42475313594111874,"c d": 0.8129620247637963}, {"a b": 0.5239172250991592,"c d": 0.5616266265239936}, {"a b": 0.4668258532026234,"c d": 0.436625706645942}, {"a b": 0.2692059264553106,"c d": 0.2746758424896977}, {"a b": 0.6009825566170259,"c d": 0.2648775327299746}, {"a b": 0.7457746080337384,"c d": 0.15435369511584507} ] }, "encoding": { "x": {"field": "a b", "type": "quantitative"}, "y": {"field": "c d", "type": "quantitative"} }, "mark": "point"}