Skip to content

Instantly share code, notes, and snippets.

@james-gibson
Created October 10, 2013 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save james-gibson/6926603 to your computer and use it in GitHub Desktop.
Save james-gibson/6926603 to your computer and use it in GitHub Desktop.
Prototyped attempt at describing a bar/line series chart through a tabular like format using nested arrays.
[["month","current","prior","current-info","prior-info"],
["October",90,55,"October Usage was 90mbtu","October Usage was 55mbtu"],
["November",null,75,"November Usage is unavailable","November Usage was 75mbtu"],
["December",null,88,"December Usage is unavailable","December Usage was 88mbtu"],
["January",89,78,"January Usage was 89mbtu","January Usage was 78mbtu"]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment