ChartsCSS / charts.css

Open source CSS framework for data visualization.
https://ChartsCSS.org
MIT License
6.17k stars 175 forks source link

Second axes breaks Firefox B&W printing #119

Open hyunbinseo opened 6 months ago

hyunbinseo commented 6 months ago

When printing the column examples on the following environment,

the ones with the second axes enabled are printed with a black background.

Expectation Reality
expectation reality

Probably related to how the axes are implemented.

background-image: linear-gradient(0deg,var(--secondary-axes-color) var(--secondary-axes-width),transparent var(--secondary-axes-width));

Have not found a workaround yet.