Skip to content

Instantly share code, notes, and snippets.

View zestyphresh-ux's full-sized avatar

zestyphresh-ux

  • Joined Oct 10, 2025
View GitHub Profile
@zestyphresh-ux
zestyphresh-ux / spec.json
Created October 10, 2025 14:28
Vega Spec - Mini Bar Chart
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 180,
"height": 200,
"padding": 5,
"data": [
{
"name": "table",
"values": [
{"a": "A", "b": 280},