Browse Source

remove obsolete 'chart' JSON element (cf https://knightlab.zendesk.com/entries/39570908-Chart-Element)

pull/568/head
Joe Germuska 11 years ago
parent
commit
eef6e89010
  1. 9
      README.markdown
  2. 9
      examples/model.json
  3. 9
      examples/model.jsonp

9
README.markdown

@ -377,15 +377,6 @@ storyjs_jsonp_data = {
"tag":"This is Optional"
}
],
"chart": [
{
"startDate":"2011,12,10",
"endDate":"2011,12,11",
"headline":"Headline Goes Here",
"value":"28"
}
]
}

9
examples/model.json

@ -33,15 +33,6 @@
"tag":"This is Optional"
}
],
"chart": [
{
"startDate":"2011,12,10",
"endDate":"2011,12,11",
"headline":"Headline Goes Here",
"value":"28"
}
]
}

9
examples/model.jsonp

@ -32,15 +32,6 @@ storyjs_jsonp_data = {
"tag":"This is Optional"
}
],
"chart": [
{
"startDate":"2011,12,10",
"endDate":"2011,12,11",
"headline":"Headline Goes Here",
"value":"28"
}
]
}

Loading…
Cancel
Save