This commit is contained in:
Will Bradley 2013-09-28 04:18:52 -07:00
parent ec84d8f5e0
commit b267da7b37

View File

@ -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
}], }],