X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/12c6d3ce8fac155d829ced736629b5e8399a40e3..56618f89b1a944c6d00b70da3cf25ad5c6f7c8e9:/web/static/seepark_web.js?ds=sidebyside diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 93f5d49..ce4226e 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -63,9 +63,9 @@ var chart = c3.generate({ }, regions: [ {axis: 'y', start: -999, end: 0, class: 'region-frozen'}, - {axis: 'y', start: 1, end: 25, class: 'region-ok'}, - {axis: 'y', start: 26, end: 99, class: 'region-warm'}, - {axis: 'y', start: 99, end: 999, class: 'region-boiling'} + {axis: 'y', start: 0, end: 25, class: 'region-ok'}, + {axis: 'y', start: 25, end: 100, class: 'region-warm'}, + {axis: 'y', start: 100, end: 999, class: 'region-boiling'} ] });