telexed ~ c / 9e8d71d8-12aradar:40 · otherLIVE
← back
NO.
#9e8d71d8
Topic
OTHER
Source
GeekNews
Published
2026-05-19 00:31:02
Importance
★ 4/10 — radar 40
`Datatype`, a variable font that turns text into charts
FIG-0981:1

`Datatype`, a variable font that turns text into charts

OpenType ligatures render tiny charts from plain strings like {b:30,70,50,90}. Useful for lightweight docs, emails, and dashboards where no JS rendering is a constraint.

[ KEY POINTS ]
  1. Datatype uses OpenType substitution, so chart data stays as plain text instead of canvas, SVG, or image output.
  2. Examples like {b:30,70,50,90} map compact syntax to inline bar charts. That makes CMS and markdown embedding simpler.
  3. Best fit is small inline visualization in docs, changelogs, reports, or status pages. It is not a replacement for interactive charts.
Originalnews.hada.io/topic?id=29640Read original →

// related