Our great sponsors
c3 | vega | |
---|---|---|
16 | 11 | |
9,239 | 10,198 | |
0.1% | 0.6% | |
3.3 | 7.7 | |
9 days ago | 14 days ago | |
JavaScript | JavaScript | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
c3
Posts with mentions or reviews of c3.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-22.
-
Is c3 js deprecated? and general thoughts of c3?
Looking here: https://github.com/c3js/c3/issues/2831
-
Graph libraries
I've been using https://c3js.org/ forever with vue. Works with v3 just fine. However, I'm very interested to see what others are using.
-
Widely Used Data Display and Analysis Libraries
C3 is a very efficient D3 based chart visualization library. C3 library is fast to render, has good compatibility across browsers, and is very simple to integrate. If you're looking for no-frills, C3 is a decent choice.
GitHub stars: 9.1K(github.com)
- Interactive matplotlib graphs in Django website
-
D3.js is the industry standard for data visualization, yet it seems to be an old library providing functions already present in ES5+ vanilla JS. What am I missing?
Have you tried c3js ? a lot of those would be harder without d3
- 10 Years of Open-Source Visualization – D3.js
-
Understanding front-end data visualization tools ecosystem in 2021 📊📈
C3.js
vega
Posts with mentions or reviews of vega.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-12.
-
Launched my ADHD productivity app on product hunt - would love your support
Eh, I have no reason to, and not much interest in PHP anymore. Things like Vega seem really cool.
-
Simple plotting/graphing crate suggestions
Not that I'm working on it, but I'd love to see a vega stack in rust.
-
Deneb: Declarative Visualization in Power BI
As such, I've been obsessed with the Vega and Vega-Lite languages for a long time. These use JSON rather than full-blown code, and allow you to build a visual from the ground-up using a grammar of graphics, much like ggplot2 in R or Altair in Python (which is actually an implementation of Vega/Vega-Lite).
-
What's the future of d3.js and is there a good alternative for interactive maps w/ plots?
Heads up for people looking for a good abstraction layer for d3.js Check out Vega: https://vega.github.io/vega/
-
Why Is Esbuild Fast?
For Vega, I would just use the pre-built minified ES5 version: https://github.com/vega/vega#es5-support
Access it via a global variable.
What are some alternatives?
When comparing c3 and vega you can also consider the following projects:
echarts - Apache ECharts is a powerful, interactive charting and data visualization library for browser
Chart.js - Simple HTML5 Charts using the <canvas> tag
Highcharts JS - Highcharts JS, the JavaScript charting framework
d3 - Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
heatmap.js - 🔥 JavaScript Library for HTML5 canvas based heatmaps
nvd3 - A reusable charting library written in d3.js
dc.js - Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
vis
recharts - Redefined chart library built with React and D3
Altair - Declarative statistical visualization library for Python