DEV Community

Discussion on: A new technique for making responsive, JavaScript-free charts

Collapse
 
ppedrazzi profile image
ppedrazzi

Really cool Rich. I've added pancake to my svelte app and am using it to make little sparkline graphs. It works, but the only issue is that I'm not getting the chart to refresh on data change (need to reload the browser). For data, I'm just using a simple array like in your example /// sourceData = [10, 2, 4, -3, 14, 12, -4, 8, 9].