Modulo:Graph: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
fix
m stesso fix
Riga 416:
name = "aggregate", source = "chart", transform =
{
{ type = "facet", keysgroupby = { "x" } },
{ type = "aggregate", value = "y" }
}
Riga 579:
-- for bar charts the series are side-by-side grouped by x
if args.graph_type == "rect" then
marks.from.transform[1].keysgroupby = "x"
marks.scales = { groupScale }
marks.properties = { enter = { x = { field = "key", scale = "x" }, width = { scale = "x", band = true } } }