I'd be nice to be able to alter the typography used in the various parts of the graph.
typography={{
gridLabelFont: {
size: 10,
weight: 600,
family: ['SF Mono', 'Menlo', 'monospace'],
},
scrubFont: {
size: 13,
family: ['Inter', 'system-ui', 'sans-serif'],
},
...
}}
gridLabelFont="600 10px 'SF Mono', Menlo, monospace"
scrubFont="13px Inter, system-ui, sans-serif"
...
I'd be nice to be able to alter the typography used in the various parts of the graph.
Perhaps something like
or more simple?