Azure / connectthedots

Connect tiny devices to Microsoft Azure services to build IoT solutions
http://connectthedots.io
MIT License
399 stars 274 forks source link

Vertical (y) axis is lost when scale is recalculated. #235

Closed ghost closed 8 years ago

ghost commented 8 years ago

The website rendering of the vertical axis and the plots in the chart elements is lost and the data does not render. Sometimes, the plot never returns without a browser refresh.

The sensors on the SparkFun Weather Station are so sensitive that the values can quickly and easily run off the grid, resulting in the loss of the grid vertices and the failure to re-plot the vertical axis and previous data. It may be best to choose a larger scale for the plot based on the Min and Max values in the TumblingWindow (e.g x 1.5 or 2 and centered) to decrease the frequency of the need to re-plot.