How to Make Large Time-Series Charts Smooth in Vue.js + ApexCharts (and fix Zoom & Scroll behavior issues) (opens in new tab)
Over the last few weeks, I've been working on a front-end application project built with Vue.js and ApexCharts that displays time-series data about different sensors installed in different rooms and buildings. ApexCharts is an excellent library for creating interactive charts, and integrating it in [Vue.js ( is really a piece of cake. However, when it comes to displaying a time-series chart with thousands of points, the performance can suffer, sometimes causing the page to freeze during the r...
Read the original article