Skip to content

Commit

Permalink
Update 'broken lines' example
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Jul 8, 2015
1 parent dffd40e commit 45af302
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions examples/charts/data.htm
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
width: 600,
height: 200,
right: 40,
target: '#missing_is_hidden_accessor',
area: false
target: '#missing_is_hidden_accessor'
});
});</code></pre>

Expand Down Expand Up @@ -205,8 +204,7 @@
width: 600,
height: 200,
right: 40,
target: '#missing_is_hidden_accessor',
area: false
target: '#missing_is_hidden_accessor'
});
});

Expand Down
10 changes: 5 additions & 5 deletions examples/data/missing-is-hidden-accessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
},
{
"date": "2014-01-11",
"value": 500
"value": 500,
"dead": true
},
{
"date": "2014-01-12",
"value": 100,
"dead": true
"value": 400
},
{
"date": "2014-01-13",
"value": 30
"value": 430
},
{
"date": "2014-01-14",
"value": 300
"value": 410
},
{
"date": "2014-01-15",
Expand Down

0 comments on commit 45af302

Please sign in to comment.