Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pubnub/eon-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Jun 4, 2015
2 parents 138c01f + ae70db4 commit da05570
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Realtime animated graphs with [PubNub](http://pubnub.com) and [C3](http://c3js.o
<script>
eon.chart({
channel: "c3-spline", // the pubnub channel for real time data
generate: {}, // c3 chart object
generate: { // c3 chart object
bindto: '#chart'
},
flow: {}, // flow configuration
limit: 10 // the size of your data buffer
});
Expand Down

0 comments on commit da05570

Please sign in to comment.