Feb 13, 2024 in Analytics & BI

6 min read

Comparing the most popular open-source charting libraries

The Metabase Team Portrait
The Metabase Team
‧ Feb 13, 2024 in Analytics & BI

‧ 6 min read

Comparing the most popular open-source charting libraries Image
Share this article

Here’s a breakdown of some of the most popular charting libraries to help you figure out which library could be best for your embedding project, as well as a discussion about when you should consider a more batteries-included solution.

Chart.js

Chart.js is an open-source JavaScript visualization library that started in 2013 and, over time, has ranked as the most popular charting library according to GitHub stars and npm downloads.

Chart.js might be right for you if you:

  • Have large data sets. Data is ingested using their internal format, so you can just set parsing: true and it’ll parse your data for you.
  • Need an active dev community to lean on. Check out Chart.js’ Discord channel and resource list.
  • Require plugin support. There are plenty of Chart.js-related repos available to test and use. For example, Chart.js has a well-maintained, popular React components library available.

Visx

The brainchild of Airbnb’s Engineering and Data Science team, visx is a collection of expressive, low-level visualization primitives for React.

While visx isn’t technically a visualization library, it helps you build your own charting using visualization primitives. visx bundles D3 and React to give you the bare bones of charting while keeping the animations, theming, and styling you’re already using for your app.

visx might be right for you if you need to:

  • Keep bundle size small. visx offers multiple packages, but you can pick and choose the packages you need.
  • Use your own animation library. Other visualization libraries can sometimes impose animations and style that can impede on existing design work.
  • Play around and get inspiration first before going all-in. Their gallery has plenty of cool, lightweight examples.

Nivo

Nivo is built on top of D3 as a set of React components to offer server side rendering and fully declarative charts. Nivo’s Storybook offers interactive examples, so you can get a sense of what to build, and their documentation lets you testing out individual components before implementing.

Nivo might be right for you if you need:

  • Highly customizable, fully declarative, responsive charts.
  • A library fully written in React (Nivo isn’t the typical wrapper library).
  • An active developer community to work with. Nivo’s Github repo is pretty active and they have a Discourse channel you can join.

ECharts

ECharts is an open-source Javascript visualization library maintained by the Apache Software Foundation. Companies like Amazon, Gitlab, and Intel use ECharts to include data visualizations in their products, reports, research papers, etc.

We’re working on incorporating ECharts for Metabase data visualizations, so you can say we’re fans of this library, too.

You may want to use ECharts if you need:

  • “Smart charts”. ECharts automatically uses the appropriate animation to represent data changes.
  • A multi-rendering solution with cross-platform support. You can render charts in Canvas, SVG, and VML. ECharts has support for PC and mobile browsers, and a node-canvas on Node for server-side rendering.
  • Access to many pre-built series beyond basic line, bar, and pie charts. There are 20+ options like box plots, heat maps, funnels, and more. You can plot multiple series on a chart, too.
  • To render fully-customized maps. The ECharts map series type supports geoJSON.
  • Accessibility features. It’s one of the few visualization libraries that has automatically generated chart descriptions and decal patterns for users with disabilities.

Plotly

Looking for a bundle of open source libraries? With Plotly, you can create interactive charts and maps for Python, R, Julia, and multiple other languages.

You may want to use Plotly if you need:

  • A library for statistical programming languages. Plotly even has a MATLAB® library. Plotly’s fundamentals docs have plenty of code examples, so they’re a great place to start if you’re still learning the ropes.
  • To integrate with Jupyter notebooks or IDEs like PyCharm, QtConsole, or Spyder.
  • Standalone HTML files for your application. You can also use Dash to add graphs to your existing Python web applications.

When you might need more than a simple viz library

Visualization libraries are a good option if you’re already deep into component-driven development or have a skilled dev team on hand that can quickly implement and iterate on charts.

However, as you scale, maintaining a visualization library can mean taking on a lot of overhead. For example:

  • If you outgrow your visualization library in any way, you’ll either need to work with maintainers to add new features or fixes, or pivot to an entirely new visualization library.

  • Your dev team will need to handle ad-hoc requests for embedding and charting, or you’ll have to find a middle ground, like adding new interfaces and platforms to support teams that aren’t as familiar with a visualization library.

In these scenarios, using a Business Intelligence (BI) tool that has features to support both technical and non-technical teams can save you down the line.

Open-source Business Intelligence tools

Metabase OSS is a free option if you need a quick solution for embedding. You can create, embed, and iterate on charts at scale, in a matter of minutes. Other BI tools, like Apache Superset or Redash, are also open source and offer similar functionality.

Metabase offers some additional free, out-of-the-box features that can cover the bases for most, if not all of your teams:

  • A SQL editor for your data and dev teams, so they can quickly query against your database without hassle.
  • A data browser that can act as one centralized place for everyone to explore tables and fields; learn more about your data.
  • A data modeling tool, so your Data team can view schema, edit definition and metadata, and more.
  • An intuitive query builder and one-click visualization options for teams that aren’t as familiar with dev or data tooling. Everyone can build and maintain their own charts and visualizations without Eng or Data team support.

To test it out, check out the OSS installation instructions. You can opt for a faster, more secure deployment by using Metabase Cloud. We’ll take care of deployment for you.

For finer control of embedded charts, Pro and Enterprise plans offer interactive embedding. Interactive embedding allows you to fine-tune embedding permissions, that way your customers can query and drill-down into the data they need without unfettered access to all of your data.

Not sure if a visualization library or Metabase OSS is right for you? You can talk to real person at Metabase and we can help you figure it out. We won’t try to sell you anything, and we don’t work on commission.

You might also enjoy

All posts
How data-driven is your org? Image Jan 08, 2024 in Analytics & BI

How data-driven is your org?

How to take usage analytics to organize your Metabase and point people to the data they want to (and should be) looking at.

The Metabase Team Portrait
The Metabase Team

4 min read

Advice for building and scaling an effective and happy data team Image Aug 03, 2023 in Analytics & BI

Advice for building and scaling an effective and happy data team

If you don't understand data roles enough to scope job descriptions or workload, get ready for burnout, turnover, and the death of company-wide data culture. Our data team offers some advice on how to build a healthy data team.

The Metabase Team Portrait
The Metabase Team

8 min read

All posts
Close Form Button

Subscribe to our newsletter

Stay in touch with updates and news from Metabase. No spam, ever.