PlantUML might be a bit more popular than C3.js. We know about 12 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.
That particular diagram seems to have been generated by https://plantuml.com according to the image's metadata. - Source: Hacker News / 28 days ago
I have to confess I am guilty of this — I used to just draw some unstructured circles and arrows on a whiteboard and call it enough. Lately I've been trying to work my way through lots of different diagram types from https://plantuml.com/, and it does help to wrap my mind around the existing options. - Source: Hacker News / 3 months ago
Today, tools like Mermaid and PlantUML have taken center stage, thanks to their ability to generate diagrams with text-based commands. Even better, AI-powered assistants like Claude, ChatGPT, and GitHub Copilot have made generating diagrams even easier. These tools work directly within a developer's environment, creating diagrams that are version-controlled and integrated seamlessly into workflows. - Source: dev.to / 6 months ago
While inactive blockdiag was small and nice for automatically annotating documentation. As you can see it hasn't been maintained for a few years. https://github.com/blockdiag/blockdiag With complex diagrams, I find good old PlantUML diagrams more useful if not as initially pretty as mermaid. Plus it will output archimate without having to touch that UI https://plantuml.com/ But really it is horses for courses.... - Source: Hacker News / 9 months ago
Use a high-level language like Plant UML, D2, Graphviz which are good for the purpose they are designed for, but not for generic purpose diagramming. - Source: dev.to / 9 months ago
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
draw.io - Online diagramming application
UMLGraph - UMLGraph is a professional automated drawing tool that allows the designers the declarative specification and drawing of UML class and sequence diagram.
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.
Dia - Dia is a GTK+ based diagram creation program for GNU/Linux, MacOS X, Unix, and Windows, and is released under the GPL license.
LucidChart - LucidChart is the missing link in online productivity suites. LucidChart allows users to create, collaborate on, and publish attractive flowcharts and other diagrams from a web browser.
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.