chaarts icon indicating copy to clipboard operation
chaarts copied to clipboard

Scroll-snap to handle pagination

Open ffoodd opened this issue 7 years ago • 3 comments

Keeping progressive enhancement in mind, we might be able to use scrollable charts and improve it with scroll-snap CSS module.

ffoodd avatar Sep 17 '18 08:09 ffoodd

Scroll snap is used under the hood for scrollable table (done in sseeeedd).

There's not so much point using this in chaarts, since scales and chart type choice should prevent from having to paginate datas…

ffoodd avatar Oct 05 '23 11:10 ffoodd