Understanding front-end data visualization tools ecosystem in 2021 πŸ“ŠπŸ“ˆ

By DEV Community - 2021-02-06

Description

Data is the new oil, and it's still true in 2021. However, to turn data into insights, we need to ana... Tagged with javascript, webdev, frontend, dataviz.

Summary

  • Data is the new oil, and it's still true in 2021.
  • It's a good choice for React-based projects, because you can use it natively as a component, e.g.
  • Highcharts is a JavaScript charting library based on SVG, with fallbacks to VML and canvas for old browsers.
  • So it's free for up to 25,000 mobile users and 50,000 web loads.
  • But I hope this post helped you get a better idea about the "big players" and types of data visualizations.

 

Topics

  1. Frontend (0.32)
  2. Backend (0.28)
  3. Database (0.18)

Similar Articles

Data Engineering and Data Science collaboration processes

By Medium - 2020-02-29

As a Data Engineer, I had the opportunity to experience one Data Engineers/Data Scientist cooperation process and quickly saw the downfalls of it. I, therefore, became very interested in how we can…

What is JSON? And why do you need it?

By DEV Community - 2020-12-27

Before going on to the topic JSON, I would like to discuss a simple example because it will be a lot... Tagged with javascript, beginners, tutorial, webdev.