she/her
Once @abusivemilk moves to BlueSky, I'll start stealing his views again.
new Chart(config)
.useGrid()
.useXTimeAxis()
.useYLinearAxis()
.useYLine
.useLegend()
.useTooltip()
Each of those `useX` methods can take a config, but if you don't pass anything the default is used.
new Chart(config)
.useGrid()
.useXTimeAxis()
.useYLinearAxis()
.useYLine
.useLegend()
.useTooltip()
Each of those `useX` methods can take a config, but if you don't pass anything the default is used.