Map structured JSON arrays and fields into a selected chart type.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
JSON arrays and object properties are parsed into labels, series, and numeric values, then mapped to chart coordinates and marks according to the selected chart type. Missing or nonnumeric fields need an explicit conversion policy before plotting.
[{"month": "Jan", "sales": 100}, {"month": "Feb", "sales": 150}, {"month": "Mar", "sales": 120}]
xychart-beta
title "JSON Data Chart"
x-axis ["Jan", "Feb", "Mar"]
y-axis "sales"
bar [100, 150, 120]
API previews, reports, and chart-configuration fixtures turn JSON into plots.