Lorem Chartsum logo Lorem Chartsum Try playground

Lorem Chartsum.

Placeholder chart images for developers.

Example chart preview
Area chart dark style
Bar chart clean style
Line chart blueprint style
Donut chart minimal style
Pie chart pastel style
Area chart pastel style

How it works

  1. 1
    Build a URL Set dimensions, chart type, and style in the path and query string. Every combination is valid.
  2. 2
    Drop it in your code Use it as an <img src>, CSS background, Markdown image, or anywhere a URL works.
  3. 3
    Same URL, same chart — always A seeded RNG guarantees identical output for any given URL. Cache-friendly and CDN-ready.

Playground

Tweak parameters, copy exactly what you need.

Playground chart preview

                

Snippets

Ready to paste in any context.

<!-- Chart placeholder image -->
<img
  src="https://lorem-chartsum-api.noah-weidig.workers.dev/800/400?type=area&style=dark&seed=docs"
  alt="Chart placeholder"
  width="800"
  height="400"
/>

API reference

A URL is the entire interface.

https://lorem-chartsum-api.noah-weidig.workers.dev/:width/:height?params

Path

SegmentRangeDescription
:width32–4000Output width in pixels
:height32–3000Output height in pixels

Query parameters

ParameterDefaultValuesDescription
typebarbar · line · pie · area · donut · treemap · scatter · histogram · boxplot · density · heatmap · bubbleChart type
styleminimalminimal · clean · dark · pastel · blueprintColor palette & theme
series31–7Number of data series
points82–60Data points per series
seedhash(url)any stringDeterministic seed — same seed = same chart
titleany stringChart title rendered at top
gridtruetrue · falseShow or hide grid lines
legendtruetrue · falseShow or hide series legend

Response

HeaderValue
Content-Typeimage/svg+xml
Cache-Controlpublic, max-age=31536000, immutable
ETagHash of SVG content for conditional requests