Charts.css

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. chartist-js

    Legacy Chartist Repo for old gh-pages

    This is interesting.

    I really wish this super small library named Chartist was more actively developed. It's only 10kb in size and generates SVG charts.

    The huge benefit of SVG is that it's natively responsive and also prints extremely well. Wheres CSS doesn't

    https://gionkunz.github.io/chartist-js/

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. lowdefy

    The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.

    Well done! This looks impressive and really useful. I’ve been looking for a lightweight sprite / spark lib for a while. Clients always, for some reason, are very impressed by little charts in a table row, doing this witha normal size chart lib kills page performance. I was literally including very basic html indicators in a presentation today and client where really impressed! This really solves that issue!

    And even more. Really great that you van manipulate the elements as css. Most chart libs I’ve dealt with makes non-trivial customization impossible.

    I’ll probably be building this in as Lowdefy blocks[1].

    Just curious, did you consider just branding it as sparks.css / sprites.css or something? Going the spark / sprite route just sets the expectations a lot lower imo. Although congrats, you are really close to fully functional charts here! Really interested to see how far this can go.

    [1] - https://lowdefy.com

  4. Charts.css

    Open source CSS framework for data visualization.

  5. lit-chart

    Simple Line Charts made with pure SVGs

    Last year I also released a barebones chart maker using only web components [0]. Meaning you can add a chart to your webpage with just an HTML tag. [1]

    The functionality behind this and others are simple and allow the user to fully stylize however they'd like.

    0: https://github.com/mothepro/lit-chart

  6. Victor

    Ruby SVG Image Builder

    That's not close to the same complexity, is it?

    With the HTML + CSS solution, all my program has to produce is a HTML table. Very easy.

    With SVG my program has to create not just a data table, but the custom SVG code to paint the actual charts. I'm actually doing that on pc-kombo, https://www.pc-kombo.com/us/benchmark/games/cpu/compare?ids%... shows it, the image is SVG. But it's created with https://github.com/DannyBen/victor/, so my ruby code has to describe all the details of that image, including manually saying how each bar chart should look. Even with the awesome victor library that wasn't all that easy.

    Alternative is a JS library that produces the SVG code, but then it's exactly as complicated as with regular JS libraries, it just changes the output.

  7. charts-css-react

    React components for chartcss.org

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Top 10 JavaScript Animation Libraries in 2025

    7 projects | dev.to | 10 Mar 2025
  • Building a financial dashboard with HTML5, TailwindCSS v4, and Vanilla JavaScript

    2 projects | dev.to | 11 Feb 2025
  • Optimizing Line Chart Performance with LTTB Algorithm

    2 projects | dev.to | 1 Feb 2025
  • Understand Open Graph ( OG ) in Next Js : A Practical Guide

    2 projects | dev.to | 31 Oct 2024
  • Flag-Icons: A Lightweight SVG Country Flag Library with Easy CSS Integration

    1 project | news.ycombinator.com | 1 Oct 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?