@@ -1017,13 +1017,13 @@ <h2>Jobs</h2>
1017
1017
1018
1018
var data = google . visualization . arrayToDataTable ( [
1019
1019
[ 'Jobs' , 'Grails' , 'Play Framework' , 'Spring MVC' ] ,
1020
- [ 'Dice' , 202 , 5 , 494 ] ,
1021
- [ 'Monster' , 79 , 4 , 193 ] ,
1022
- [ 'Indeed' , 1113 , 31 , 1844 ]
1020
+ [ 'Dice' , 209 , 9 , 552 ] ,
1021
+ [ 'Monster' , 67 , 11 , 188 ] ,
1022
+ [ 'Indeed' , 951 , 58 , 1388 ]
1023
1023
] ) ;
1024
1024
1025
1025
var chart = new google . visualization . BarChart ( document . getElementById ( 'jobs_chart_div' ) ) ;
1026
- chart . draw ( data , { width :900 , height :500 } ) ;
1026
+ chart . draw ( data , { width :900 , height :500 , title : 'March 19, 2013' } ) ;
1027
1027
}
1028
1028
</ script >
1029
1029
< div id ="jobs_chart_div " style ="width: 900px; height: 500px; "> </ div >
@@ -1037,16 +1037,19 @@ <h2>LinkedIn Skills</h2>
1037
1037
1038
1038
var data = google . visualization . arrayToDataTable ( [
1039
1039
[ 'Skill' , '# People' ] ,
1040
- [ 'Grails' , 3240 ] ,
1041
- [ 'Play Framework' , 234 ] ,
1042
- [ 'Spring MVC' , 2890 ]
1040
+ [ 'Grails' , 14051 ] ,
1041
+ [ 'Play Framework' , 3397 ] ,
1042
+ [ 'Spring MVC' , 13685 ]
1043
1043
] ) ;
1044
1044
1045
1045
var chart = new google . visualization . BarChart ( document . getElementById ( 'linkedin_chart_div' ) ) ;
1046
- chart . draw ( data , { width :900 , height :500 } ) ;
1046
+ chart . draw ( data , { width :900 , height :500 , title : 'March 19, 2013' } ) ;
1047
1047
}
1048
1048
</ script >
1049
1049
< div id ="linkedin_chart_div " style ="width: 900px; height: 500px; "> </ div >
1050
+ < aside class ="notes ">
1051
+ Grails up 20% y/y, Play up 69%
1052
+ </ aside >
1050
1053
</ section >
1051
1054
< section >
1052
1055
< h2 > Google Trends</ h2 >
@@ -1055,7 +1058,7 @@ <h2>Google Trends</h2>
1055
1058
< section >
1056
1059
< h2 > Indeed Job Trends</ h2 >
1057
1060
< p style ="text-align: center ">
1058
- < img src ="assets/images/indeed-absolute.png " width ="779 ">
1061
+ < img src ="assets/images/indeed-absolute.png " width ="777 ">
1059
1062
</ p >
1060
1063
</ section >
1061
1064
< section >
@@ -1069,12 +1072,29 @@ <h2>User Mailing List Traffic</h2>
1069
1072
[ 'March' , 1503 , 3365 ] ,
1070
1073
[ 'April' , 1377 , 2884 ] ,
1071
1074
[ 'May' , 1299 , 2760 ]
1072
- ] ) , { width :900 , height :500 }
1075
+ ] ) , { width :900 , height :500 , title : 'June 2012' }
1073
1076
) ;
1074
1077
}
1075
1078
</ script >
1076
1079
< div id ="mailinglist_messages_chart_div " style ="width: 900px; height: 500px; "> </ div >
1077
1080
</ section >
1081
+ < section >
1082
+ < h2 > User Mailing List Traffic</ h2 >
1083
+ < script >
1084
+ google . setOnLoadCallback ( drawMailingListChart ) ;
1085
+
1086
+ function drawMailingListChart ( ) {
1087
+ new google . visualization . BarChart ( document . getElementById ( 'mailinglist_messages_chart_div2' ) ) . draw ( google . visualization . arrayToDataTable ( [
1088
+ [ 'Messages' , 'Grails' , 'Play Framework' ] ,
1089
+ [ 'December' , 1059 , 1181 ] ,
1090
+ [ 'January' , 973 , 1797 ] ,
1091
+ [ 'February' , 828 , 1623 ]
1092
+ ] ) , { width :900 , height :500 , title : 'March 2013' }
1093
+ ) ;
1094
+ }
1095
+ </ script >
1096
+ < div id ="mailinglist_messages_chart_div2 " style ="width: 900px; height: 500px; "> </ div >
1097
+ </ section >
1078
1098
< section >
1079
1099
< h2 > Books on Amazon</ h2 >
1080
1100
< script >
@@ -1083,13 +1103,28 @@ <h2>Books on Amazon</h2>
1083
1103
function drawBooksChart ( ) {
1084
1104
new google . visualization . PieChart ( document . getElementById ( 'books_chart_div' ) ) . draw ( google . visualization . arrayToDataTable ( [
1085
1105
[ 'Books' , 'Amazon' ] ,
1086
- [ 'Grails' , 12 ] ,
1087
- [ 'Play Framework' , 2 ]
1088
- ] ) , { width :900 , height :500 , pieSliceText :'value' } ) ;
1106
+ [ 'Grails' , 8 ] ,
1107
+ [ 'Play Framework' , 3 ]
1108
+ ] ) , { width :900 , height :500 , pieSliceText :'value' , title : 'March 2013' } ) ;
1089
1109
}
1090
1110
</ script >
1091
1111
< div id ="books_chart_div " style ="width: 900px; height: 500px; "> </ div >
1092
1112
</ section >
1113
+ < section >
1114
+ < h2 > 2013 Releases</ h2 >
1115
+ < script >
1116
+ google . setOnLoadCallback ( drawReleasesChart ) ;
1117
+
1118
+ function drawReleasesChart ( ) {
1119
+ new google . visualization . PieChart ( document . getElementById ( 'releases_chart_div2' ) ) . draw ( google . visualization . arrayToDataTable ( [
1120
+ [ '2013 Releases' , '2013' ] ,
1121
+ [ 'Grails' , 1 ] ,
1122
+ [ 'Play Framework' , 1 ]
1123
+ ] ) , { width :900 , height :500 , pieSliceText :'value' } ) ;
1124
+ }
1125
+ </ script >
1126
+ < div id ="releases_chart_div2 " style ="width: 900px; height: 500px; "> </ div >
1127
+ </ section >
1093
1128
< section >
1094
1129
< h2 > 2012 Releases</ h2 >
1095
1130
< script >
@@ -1098,8 +1133,8 @@ <h2>2012 Releases</h2>
1098
1133
function drawReleasesChart ( ) {
1099
1134
new google . visualization . PieChart ( document . getElementById ( 'releases_chart_div' ) ) . draw ( google . visualization . arrayToDataTable ( [
1100
1135
[ '2012 Releases' , '2012' ] ,
1101
- [ 'Grails' , 3 ] ,
1102
- [ 'Play Framework' , 2 ]
1136
+ [ 'Grails' , 9 ] ,
1137
+ [ 'Play Framework' , 6 ]
1103
1138
] ) , { width :900 , height :500 , pieSliceText :'value' } ) ;
1104
1139
}
1105
1140
</ script >
@@ -1113,8 +1148,8 @@ <h2>StackOverflow Questions</h2>
1113
1148
function drawStackOverflowChart ( ) {
1114
1149
new google . visualization . PieChart ( document . getElementById ( 'stackoverflow_chart_div' ) ) . draw ( google . visualization . arrayToDataTable ( [
1115
1150
[ 'Tagged Questions' , '#' ] ,
1116
- [ 'grails' , 7430 ] ,
1117
- [ 'playframework' , 2467 ]
1151
+ [ 'grails' , 10710 ] ,
1152
+ [ 'playframework' , 3950 ]
1118
1153
] ) , { width :900 , height :500 , pieSliceText :'value' } ) ;
1119
1154
}
1120
1155
</ script >
0 commit comments