Last active
December 18, 2015 10:39
-
-
Save jayuen/5770440 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var data = [ | |
{brand: 'Kraft', sites: [ | |
{name: 'Strive Morris', integrated: false, jobs_per_day: 50}, | |
{name: 'Strive Aurora', integrated: true, jobs_per_day: 100}, | |
{name: 'Strive Westway', integrated: true, jobs_per_day: 25}, | |
]}, | |
{brand: 'Frito Lay', sites: [ | |
{name: 'BCP', integrated: false, jobs_per_day: 2}, | |
{name: 'Industrial', integrated: false, jobs_per_day: 5}, | |
{name: 'ATCO', integrated: false, jobs_per_day: 10}, | |
{name: 'Strive Aurora', integrated: false, jobs_per_day: 20} | |
]} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment