From 2ddb8ca18e0830fe9915ea328e2d99a1cb7152c1 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 17 Aug 2016 11:23:19 +0100 Subject: [PATCH] further graph work --- app/js/mdot.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/js/mdot.js b/app/js/mdot.js index 8470fa0..c0d117c 100644 --- a/app/js/mdot.js +++ b/app/js/mdot.js @@ -382,45 +382,30 @@ graphs: [{ valueAxis: 'lux', lineColor: '#FF6600', - bullet: 'round', - bulletBorderThickness: 1, - hideBulletsCount: 30, title: 'Light Level', valueField: 'lux', fillAlphas: 0 }, { valueAxis: 'v2', lineColor: '#FCD202', - bullet: 'square', - bulletBorderThickness: 1, - hideBulletsCount: 30, title: 'Co2', valueField: 'co2', fillAlphas: 0 }, { valueAxis: 'v3', lineColor: '#B0DE09', - bullet: 'triangleUp', - bulletBorderThickness: 1, - hideBulletsCount: 30, title: 'Temperature', valueField: 'temp', fillAlphas: 0 },{ valueAxis: 'humid', lineColor: '#ff0000', - bullet: 'triangleUp', - bulletBorderThickness: 1, - hideBulletsCount: 30, title: 'Humidity', valueField: 'humid', fillAlphas: 0 },{ valueAxis: 'noise', lineColor: '#0000ff', - bullet: 'triangleUp', - bulletBorderThickness: 1, - hideBulletsCount: 30, title: 'Sound', valueField: 'noise', fillAlphas: 0