Malte Bär
Malte Bär
Hey @Gustavinho, your suggestions sound great. I like the idea to have a "simple" API if you really only want to hide columns. Still, I guess it makes sense to...
So, I've added the options to hide columns at certain breakpoints and add additional class names to the table cells. The usage would look like this: ```php
Hi @zwug, first of all thank you for this library. I really enjoy using it! I'm using it in a project for a friend of mine and while developing it...
Same here: `fill` and `fontSize` won't work.
Yes, you are right. Calling ```php public function rendering(): void { $this->updateOptions(); } ``` from within `FooChart` does solve the issue. Maybe we should add that to the documentation? Or...