Based on our record, Vega-Lite seems to be a lot more popular than Chart.js. While we know about 24 links to Vega-Lite, we've tracked only 1 mention of Chart.js. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
- In our case some features were missing (and are still missing) - exponential average - that is most commonly used to smooth ML training curves. [1] https://vega.github.io/vega-lite/ [2] https://dvc.org/doc/user-guide/experiment-management/visualizing-plots#visualizing-plots. - Source: Hacker News / 9 months ago
We use the slightly simpler vega-lite from the same group. It typically gets us 98% of the way there quite quickly. Its from the same team, just a more simple wrapper around D3. https://vega.github.io/vega-lite/. - Source: Hacker News / 11 months ago
I like Vega-Lite: https://vega.github.io/vega-lite/ It’s built by folks from the same lab as D3, but designed as “a higher-level visual specification language on top of D3” [https://vega.github.io/vega/about/vega-and-d3/] My favorite way to prototype a dashboard is to use Streamlit to lay things out and serve it and then use Altair [https://altair-viz.github.io/] to generate the Vega-Lite plots in Python. Then if... - Source: Hacker News / about 1 year ago
I also have difficulties with Gnuplot and Matplotlib. I like Vega that allows me to create visualisations in a declarative way. If I really need something special I go with d3.js, which had a really steep learning curve but with ChatGPT it should have become easier for beginners. [1] https://vega.github.io/vega-lite/. - Source: Hacker News / over 1 year ago
To ensure you do not miss this: LiveBook comes with a Vega Lite integration (https://livebook.dev/integrations -> https://livebook.dev/integrations/vega-lite/), which means you get access to a lot of visualisations out of the box, should you need that (https://vega.github.io/vega-lite/). In the same "standing on giant's shoulders" stance, you can use Explorer (see example LiveBook at... - Source: Hacker News / almost 2 years ago
Https://chartjs.org works well, but you have to call the update function yourself if you want to do some reactive updates. Source: almost 4 years ago
Observable - Interactive code examples/posts
D3.js - D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS.
Vega Visualization Grammar - Visualization grammar for creating, saving, and sharing interactive visualization designs
Highcharts - A charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application
Plotly - Low-Code Data Apps
Google Charts - Interactive charts for browsers and mobile devices.