acep-uaf / aetr-web-book-2024

Alaska Electricity Trends Report as a web book
https://acep-uaf.github.io/aetr-web-book-2024/
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Center the plot legends under figure title #47

Closed jikaczmarski closed 2 months ago

jikaczmarski commented 2 months ago

We would like to see the chart legends centered.

jikaczmarski commented 2 months ago

Used my browsers element inspector to find the .plot-d6a7b5-swatches-wrap selector was being applied to every legend in the web book. I wrote the following into styles.css,

.plot-d6a7b5-swatches-wrap {
    justify-content: center;
}

This made all legends centered across the web book.