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