Many times data visualization requires lots of resources to run. For instance, consider the features that a common chart includes: animations, a live data feed updating at runtime, a chart with thousands of records or a few charts placed on a single page, and so on.
These requirements can cause a sluggish experience, especially when the user is using a less capable device such as an old mobile device or a computer with low memory or a slow network connection.
In this chapter, I will show you some performance tips you can implement ...