Skip to content

Instantly share code, notes, and snippets.

@bkamapantula
Created May 26, 2020 14:30
Show Gist options
  • Save bkamapantula/90fe7451c83a14c88175f3b3b98f520c to your computer and use it in GitHub Desktop.
Save bkamapantula/90fe7451c83a14c88175f3b3b98f520c to your computer and use it in GitHub Desktop.

test

content

[
{
"quarter": "Q218",
"values": [
{
"bar": 20,
"f_bar": 74,
"point": 29
},
{
"bar": 57,
"f_bar": 1,
"point": 78
}
]
},
{
"quarter": "Q318",
"values": [
{
"bar": 47,
"f_bark": 3,
"point": 0
},
{
"bar": 88,
"f_bar": 31,
"point": 27
}
]
}
]
data = {
// JSON or a CSV endpoint
url: ""
}
function draw(data, el, opts) {
}
scripts = [
"https://unpkg.com/[email protected]/build/vega.min.js",
"https://unpkg.com/[email protected]/build/vega-tooltip.min.js"
]
options = {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment