Skip to content

Instantly share code, notes, and snippets.

@adamdoe
Last active October 24, 2022 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamdoe/7f54e7cfb56d0b6c43a995b3c2c9df8d to your computer and use it in GitHub Desktop.
Save adamdoe/7f54e7cfb56d0b6c43a995b3c2c9df8d to your computer and use it in GitHub Desktop.
Bar Chart > Example Data #d3
[
{
"Date": "2013-01",
"Value": "53"
},
{
"Date": "2013-02",
"Value": "165"
},
{
"Date": "2013-03",
"Value": "269"
},
{
"Date": "2013-04",
"Value": "344"
},
{
"Date": "2013-05",
"Value": "376"
},
{
"Date": "2013-06",
"Value": "410"
},
{
"Date": "2013-07",
"Value": "421"
},
{
"Date": "2013-08",
"Value": "405"
},
{
"Date": "2013-09",
"Value": "376"
},
{
"Date": "2013-10",
"Value": "359"
},
{
"Date": "2013-11",
"Value": "392"
},
{
"Date": "2013-12",
"Value": "433"
},
{
"Date": "2014-01",
"Value": "455"
},
{
"Date": "2014-02",
"Value": "478"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment