is this possible (i dont mind if it's moved & only on the right but preferable to show y axis on both left and right ?
Code: Select all
blocks['humidity'] = {
title:'Humidity',
customHeader: {},
devices: ['80','84','87','106','82', '131','83'],
width:12,
datasetColors: ['red','yellow','blue','orange','green','purple','black'],
graphTypes:['hu'],
legend: {
'hu_80': '153',
'hu_84': '163',
'hu_87':'154',
'hu_106':'151',
'hu_82':'152',
'hu_131':'Room',
'hu_83': 'Outside',
},
height:'180px',
width:12,
buttonsPadX: 2,
buttonsPadY: 2,
buttonsBorder: 'orange',
buttonsColor: '#fff',
buttonsFill: '#000',
buttonsIcon: 'orange',
buttonsMarginX: 1,
buttonsMarginY: 1,
buttonsRadius: 5,
//buttonsShadow: 'rgba(255, 255, 255, 0.1)',
buttonsSize: 10,
borderWidth:3,
}