Slide 24
Slide 24 text
>
Krossover www.krossover.com twitter.com/krossovr
A football field: code
{
"_id": ObjectId("4f0df205f403fe1a01000000"),
"description": "Bottom rectangle",
"region": "bottom",
"title": "Bottom"
}
{
"_id": ObjectId("4f0df1edf403fe2e01000000"),
"description": "Center rectangle",
"region": "center",
"title": "Center"
}
{
"_id": ObjectId("4f0df1d7f403fe2d01000000"),
"description": "Top rectangle",
"region": "top",
"title": "Top"
}
{
"_id": ObjectId("4f0de969f403fed702000000"),
"chartTitle": "Field",
"description": "Standard football field",
"dimensions": {
"unit": "yd",
"height": 53.33,
"width": 120,
"widthPx": 1030,
"heightPx": 462,
"displayFieldDivisor": 1,
"fieldOriginX": 10,
"fieldOriginY": 0,
"timelineUnit": 3
},
...SVG DATA...
"title": "Football field"
}