Skip to content

Commit

Permalink
Format y axis labels
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Mar 14, 2017
1 parent c647c79 commit 09c63ba
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions employment-outcomes.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h2>Employment Outcomes for Recent Graduates</h2>
layout:'vertical',
verticalAlign:'middle'
},
title: {text: 'Employment Outcomes by School'},
title: {text: 'Employment Outcomes by Law School'},
subtitle: {
text: 'Copyright 2017 Data Creative (http://data-creative.info). Does not distinguish between short-term/long-term or full-time/part-time employment. Law firm size considered "Big" if greater than or equal to 100 employees.',
align:'left',
Expand All @@ -307,8 +307,16 @@ <h2>Employment Outcomes for Recent Graduates</h2>
},
yAxis: {
min: 0,
title: {text: 'Percentage of 2015 Graduates'},
stackLabels: {enabled: true}
title: {
text: 'PERCENTAGE OF 2015 GRADUATES',
style: { "color": "#000", "cursor": "default", "fontSize": "11px" }
},
stackLabels: {enabled: true},
labels:{
enabled:true,
format: '{value}%',
style: { "color": "#000", "cursor": "default", "fontSize": "11px" }
}
},
tooltip: {
//headerFormat: '<b>{point.x}</b><br/>', // '<b>{point.key}</b><br/>'
Expand Down

0 comments on commit 09c63ba

Please sign in to comment.