theme = ({
padding: { top: 30, bottom: 40, right: 20, left: 20 },
font: "ui-monospace, menlo, consolas, monospace",
background: "whitesmoke",
title: { offset: 20, anchor: "middle", align: "center" },
view: { stroke: null, fill: null },
point: { stroke: "black" },
header: { labelFontSize: 12 },
axis: {
domain: false,
ticks: false,
title: false,
labels: false
},
legend: { disable: true }
})