Daisy-chain multiple chart rendering
Type
tutorial
This tutorial shows how we can implement a simple daisy-chain to render multiple charts one at a time, with a custom delay. This approach might help ease the initial load on a chart-heavy pages. Implementing the queue The idea is this: instead of creating a chart instantly, we wrap it into a function and push […]