Hello,
I was endeavoring to make my charts have a “dark mode” by using prefers-color-scheme
and css variables, but I found that the Cornerstone Charts don’t support var()
in their color fields. Is this something planned?
Also, it would be really nice if we could get some responsive styling ability in the charts, like the ability to click on the label and select sizes based on breakpoints. Currently turning off the “Maintain Ratio” button creates some buggy sizes, otherwise I would have just changed the ratio based on screen size. As a workaround, I had to create two different versions of the charts to show at different break points. Also, the “hide based on breakpoint” option isn’t in the customize tab, so I had to use the parent column to do this.