ApexCharts is a modern charting library that helps developers to create beautiful and interactive visualizations for web pages.
ApexCharts might be a bit more popular than C3.js. We know about 13 links to it since March 2021 and only 11 links to C3.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.
The dashboard is a mashup of GitHub, the PubNub Data Stream Network, and D3 chart visualizations powered by C3.js. When a commit is pushed to GitHub, the commit metadata is posted to a small Heroku instance which publishes it to the PubNub network. We’re hosting on dashboard page on GitHub pages. - Source: dev.to / 11 months ago
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. Source: almost 3 years ago
Yes! I found https://c3js.org/ which is exactly what I want for my personal project. - Source: Hacker News / about 3 years ago
C3.js is actually something that I like to use on top of D3, specifically for POC's and things like that. It wraps the D3 code in something a little more semantic, provides an API for updating the chart/data, and makes the UI easier to style after the chart is generated. Purely a preference thing, but might be useful in some cases. Source: over 3 years ago
C3.js | D3-based reusable chart library. - Source: dev.to / over 3 years ago
This is a basic HTML structure that includes Google Fonts, ApexCharts (for placeholder charts), and links to your compiled CSS and JavaScript files. The body includes classes for light and dark modes. - Source: dev.to / 3 months ago
When working with large datasets, rendering all points in a line chart can cause significant performance issues. For example, plotting 50,000 data points directly can overwhelm the browser and make the chart unresponsive. Tools like amCharts and ApexCharts struggle with such datasets, while ECharts performs better but still isn't optimized for extremely large datasets. - Source: dev.to / 3 months ago
ApexCharts is a modern charting library that helps developers to create beautiful and interactive visualizations for web pages. It is an open-source project licensed under MIT and is free to use in commercial applications. - Source: dev.to / almost 2 years ago
Tradingview.com for the chart... But also apexcharts.com is a decent open source library whereas TV is not open source. Source: almost 2 years ago
We're using https://apexcharts.com/ in production and are reasonably satisfied with it. Source: over 2 years ago
UMLGraph - UMLGraph is a professional automated drawing tool that allows the designers the declarative specification and drawing of UML class and sequence diagram.
Chart.js - Easy, object oriented client side graphs for designers and developers.
Dia - Dia is a GTK+ based diagram creation program for GNU/Linux, MacOS X, Unix, and Windows, and is released under the GPL license.
Highcharts - A charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application
yEd - yEd is a free desktop application to quickly create, import, edit, and automatically arrange diagrams. It runs on Windows, Mac OS X, and Unix/Linux.
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.