X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/179bfba13289a427e9e68448f09a247f034a1bcc..e9f1a294ff11fbb3a072bf4c56636fd3fe6fcc0c:/web/static/seepark_web.js diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 0bda800..f5f2f6a 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -64,7 +64,7 @@ var chart = c3.generate({ return res; }, value: function (value, ratio, id, index) { - return value + '°'; + return value.toFixed(2) + '°'; } } },