-
The docs show an example of how to customize plot styles. https://observablehq.com/@observablehq/plot-cheatsheets-layouts#cell-60 In the example the whole chart background is customized but I'd also like a way to color the chart area only (i.e. area inside the axes). Is this easily doable? If so what is the recommended approach? |
Beta Was this translation helpful? Give feedback.
Answered by
Fil
Jul 5, 2022
Replies: 1 comment
-
You could start with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Fil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could start with
Plot.frame({fill: "red"})