Skip to content

Instantly share code, notes, and snippets.

@vongohren
Created February 3, 2015 10:08
Show Gist options
  • Save vongohren/8cfe2a64c02e816d14b3 to your computer and use it in GitHub Desktop.
Save vongohren/8cfe2a64c02e816d14b3 to your computer and use it in GitHub Desktop.
updatedededed
var valueUpdated = function(snapshot) {
var name = this.props.name;
if(chart) {
var series = chart.series[0];
var x = Date.now();
series.addPoint([x, snapshot.val().watervalue], true, true)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment