kurkle / chartjs-chart-sankey

Chart.js module for creating sankey diagrams
MIT License
152 stars 29 forks source link

flickering issue on resize #70

Open aboveyunhai opened 2 years ago

aboveyunhai commented 2 years ago

@kurkle From the documentation example, is there any optimization we can do to avoid the flickering issue?

Charts built from the original chart.js usually would't have this issue.

https://user-images.githubusercontent.com/35160613/183940648-f362d3ee-d197-41ef-8305-292c97dbcdfb.mov

kurkle commented 2 years ago

Not really sure why this happens, but I'd imagine it can be fixed. I'll try to make the time to investigate.