Spreading axes evenly on either side of the graph. Also colour updates.

pull/2/head
miguel 2021-10-16 00:01:26 +11:00
rodzic 44f203974d
commit 037cd80b39
1 zmienionych plików z 4 dodań i 9 usunięć

Wyświetl plik

@ -1092,7 +1092,7 @@
title: {
display: true,
text: '\u03A9',
color: 'blue',
color: 'black',
font: {
weight : 'bold'
}
@ -1112,7 +1112,6 @@
}
},
position: 'left',
//id: 'qID'
},
'ccID' : {
type: 'linear',
@ -1126,8 +1125,7 @@
}
},
min: 0.0,
position: 'right',
//id: 'ccID'
position: 'left',
},
'muID' : {
type: 'linear',
@ -1142,7 +1140,6 @@
},
min: 0.0,
position: 'right',
//id: 'muID'
},
'hID' : {
type: 'linear',
@ -1150,14 +1147,13 @@
title: {
display: true,
text: 'Oe',
color: 'rgb(0,128,128)',
color: 'rgb(0,128,0)',
font: {
weight : 'bold'
}
},
min: 0.0,
position: 'right',
//id: 'hID'
},
'bID' : {
type: 'linear',
@ -1165,14 +1161,13 @@
title: {
display: true,
text: 'G',
color: 'rgb(128,128,128)',
color: 'rgb(55,55,0)',
font: {
weight : 'bold'
}
},
min: 0.0,
position: 'right',
//id: 'bID'
}
},
plugins : {