X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/bb26bfac1dc27f1710898654a496c812844ad8de..09830d4750321b5596030c890134bf7037e4c16f:/web/static/seepark_web.js diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 025aefa..1af2da3 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -43,7 +43,7 @@ var chart = c3.generate({ }, tick: { format: function (d) { - return d + '°'; + return d.toFixed(1) + '°'; } } }