X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/179bfba13289a427e9e68448f09a247f034a1bcc..97dea911176a579b4e927ba7f575bdb2d4438fc7:/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) + '°'; } } },