blob: b421c9c1d09f5d43784f89fe632a92f7cda78fd1 [file] [log] [blame]
local defaults = import './defaults.libsonnet';
{
new(
row,
column,
):: {
x: column * defaults.panels.width,
y: row * defaults.panels.height,
w: defaults.panels.width,
h: defaults.panels.height,
},
}