ChartsCSS / charts.css

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

Added transparency to column when including 'nesting' class on td #63

Closed WhitWaldo closed 9 months ago

WhitWaldo commented 2 years ago

When nesting tables within <td>, the columns continue to color themselves in behind the nested table. Added a "nesting" class intended to be applied to the parent <td> element containing the nested table to indicate that the background should not be applied as it otherwise would.