Style
This commit is contained in:
@@ -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
|
||||||
}],
|
}],
|
||||||
|
|||||||
Reference in New Issue
Block a user