Style
This commit is contained in:
parent
ec84d8f5e0
commit
b267da7b37
|
@ -31,10 +31,12 @@ $(function() {
|
||||||
}
|
}
|
||||||
}, { // Secondary yAxis
|
}, { // Secondary yAxis
|
||||||
title : {
|
title : {
|
||||||
text: "Members"
|
text: "Members",
|
||||||
|
style: { color: '#8bbc21' }
|
||||||
},
|
},
|
||||||
labels: {
|
labels: {
|
||||||
format: '{value}'
|
format: '{value}',
|
||||||
|
style: { color: '#8bbc21' }
|
||||||
},
|
},
|
||||||
opposite: true
|
opposite: true
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user