will-hart / blitz

An open source data acquisition system in Python
http://will-hart.github.io/blitz/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Graph y-axis doesn't rescale on chart update #25

Closed will-hart closed 10 years ago

will-hart commented 10 years ago

Points can go off the top of the axis


will-hart commented 10 years ago

JS version unsupported


Original Comment By: Will Hart

will-hart commented 10 years ago

Suspect the d3 max function in blitz.chart.js is faulty... need to look into it.


Original Comment By: Will Hart