11ty / api-sparkline

Service to return sparkline SVG images.

Home Page:https://v1.sparkline.11ty.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

11ty Logo

Sparkline API

A runtime service to generate sparkline SVG images.

Demo

Sparkline representing frequency of posts on zachleat.com written from 2007 to 2021

Deploy your own

Deploy to Netlify

Usage

Image URLs have the formats:

/[height]x[width]/[values]/
/[height]x[width]/[values]/[color]/
  • values is a comma separated list of numbers
  • color must be URI encoded (via encodeURIComponent)

About

Service to return sparkline SVG images.

https://v1.sparkline.11ty.dev


Languages

Language:JavaScript 100.0%