Skip to content

Commit f7dcf0e

Browse files
committed
add vegalite demo
1 parent 11541da commit f7dcf0e

10 files changed

Lines changed: 33421 additions & 55 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"catalogId": "vegalite",
3+
"components": {
4+
"VegaChart": {
5+
"type": "object",
6+
"additionalProperties": false,
7+
"properties": {
8+
"spec": {
9+
"type": "object",
10+
"description": "The Vega-Lite specification object."
11+
}
12+
},
13+
"required": [
14+
"spec"
15+
]
16+
}
17+
}
18+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"catalogId": "vegalite",
3+
"components": {
4+
"VegaChart": {
5+
"type": "object",
6+
"additionalProperties": false,
7+
"properties": {
8+
"spec": {
9+
"type": "object",
10+
"description": "The Vega-Lite specification object."
11+
}
12+
},
13+
"required": [
14+
"spec"
15+
]
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)