show y-axis labels on the right of graph
Posted: Wednesday 23 December 2020 14:33
i have an embedded graph but would like to show the labels on the right not the left as to me it makes more sense to see the current data and not have to trace across from the left side
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 ?
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,
}