Skip to content

Instantly share code, notes, and snippets.

@ebolyen
ebolyen / spec.json
Last active April 27, 2022 06:47
Vega spec from Tue Apr 26 2022
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "A basic bar chart example, with value labels shown upon mouse hover.",
"width": 400,
"height": 200,
"padding": 5,
"data": [
{
"name": "table",
"values": [
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.