Skip to content

Instantly share code, notes, and snippets.

View sbkmt's full-sized avatar

Shobhit Kumawat sbkmt

View GitHub Profile
// plotting graph of Temperature
var tempGraph = new boltGraph();
tempGraph.setChartType("lineGraph");
tempGraph.setAxisName('Time','Temperature');
setChartTitle("Temperature and Humidity Monitoring")
tempGraph.plotChart('time_stamp','temp');
// plotting graph of Humidity
var humidGraph = new boltGraph();
humidGraph.setChartType("lineGraph");