Thicker line for temperature in the graph

Thu, 16 Jan 2020 22:38:56 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 16 Jan 2020 22:38:56 +0100
changeset 597
a4c9ea7f3e7a
parent 596
2270a73628b5
child 598
890a532701e8

Thicker line for temperature in the graph

www/js/log_ispindel.js file | annotate | diff | comparison | revisions
--- a/www/js/log_ispindel.js	Thu Jan 16 22:34:29 2020 +0100
+++ b/www/js/log_ispindel.js	Thu Jan 16 22:38:56 2020 +0100
@@ -85,7 +85,7 @@
    {
     type: 'spline',
     valueAxis: { displayValueAxis: false, description: 'Temperatuur °C' },
-    series: [{ dataField: 'temperature', lineWidth: 1, displayText: '°C' }]
+    series: [{ dataField: 'temperature', lineWidth: 2, displayText: '°C' }]
    },
    {
     type: 'spline',

mercurial