2 repository-uri
Pie and doughnut charts rendered with a hand-drawn aesthetic.
Distinct from Pie Charts: Specifically implements the sketchy style for circular visualizations
Explore 2 awesome GitHub repositories matching data & databases · Sketched Circular Charts. Refine with filters or upvote what's useful.
chart.xkcd is a client-side JavaScript library used to generate data visualizations as scalable vector graphics directly in the browser. It functions as a graphing utility that manipulates DOM elements to produce various chart types without requiring server-side dependencies. The library is distinguished by a rendering engine that applies randomized stroke offsets and variable line weights to SVG paths. This process simulates a sketchy, hand-drawn aesthetic for data charts, creating a comic-like visual style. The project supports a variety of visualization formats, including bar, line, circu
Plots data as hand-drawn pie charts on SVG elements using custom labels.
roughViz is a JavaScript data visualization library used to create charts with a hand-drawn, sketchy aesthetic. It functions as an SVG charting framework that renders visualizations in the browser, prioritizing the communication of general trends and patterns over absolute precision. The library provides a collection of tools to generate several chart types, including bar, line, pie, donut, and scatter plots, as well as stacked bar charts. These visualizations are produced using a non-linear drawing style to present technical information in an informal, organic appearance.
Creates pie and donut charts utilizing hand-drawn arcs to show proportional data.