# HG changeset patch # User Michiel Broek # Date 1579210736 -3600 # Node ID a4c9ea7f3e7a271ac115e8d80ef9066f8f576780 # Parent 2270a73628b58cb08a26b2204be79f0d02476f45 Thicker line for temperature in the graph diff -r 2270a73628b5 -r a4c9ea7f3e7a www/js/log_ispindel.js --- 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',