Gaël Poupard

Results 148 comments of Gaël Poupard

[Scott Jehl made a CodePen back in 2018, entitled CSS responsive table with fixed column and row headers and scroll snap](https://codepen.io/scottjehl/pen/abJrPOP).

Scroll snap is used under the hood for scrollable table ([done in sseeeedd](https://github.com/ffoodd/sseeeedd/commit/3ea96d1c860d22d0712bb103a16afdd565b09f96)). There's not so much point using this in chaarts, since scales and chart type choice should prevent...

You may give it a try if you're comfortable enough with Sass best practices—however I don't have a clear goal on the topic, so not quite sure of what can...

Thanks for your interest though!

I can't make this work on pie charts for now: `@property` is needed to make a custom property animatable (by specifying its type) but Firefox doesn't support this (for now,...

Animate `background-position` for line and column charts, maybe?

A great example for the radar charts, from [Marcy Ericka Charollois](https://twitter.com/MarcyChama)'s [talk at BDX I/O: "Why you won't attract and retain women in your tech teams!" (in French)](https://www.youtube.com/watch?v=0BsP06iB45Y), inspired from...

My two cents: if you're using Bootstrap for your components styles, markup could definitely sit in the Light DOM. That's how [Lion](https://lion-web.netlify.app) delivers white label Web Components, thus allows any...

Here's an example in chaarts: https://ffoodd.github.io/chaarts/line-charts.html (WIP so might change or not work). FWIW the simplest way to handle `clip-path` I could find is to use `transform: scale(-1)`. Works fine...

Could be a use case for fallback value in `var()`, couldn't it?