Content deleted Content added
test |
updated to vega2.0 mw:Extension:Graph/Vega_2.0 |
||
(2 intermediate revisions by one other user not shown) | |||
Line 2:
local json = {
version = 2,
width = 400,
height = 200,
Line 10 ⟶ 11:
}
},
{
{ type = "x", scale = "x" },▼
type = "ordinal",
range = "width",
},
{
name = "y",
range = "height",
nice = true,
___domain = { data = "table", field = "y" }
}
}
}
|