aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-14 02:59:06 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-14 02:59:06 +0100
commit492d7b954dcd24f2c8f008964b56290bd53d27cd (patch)
tree19f38ca3ca8adcf78f6ebf94120a31dcb6fa3c54 /stats/pwc-language-breakdown-summary.json
parentf73515fa74fc61bcc8cc14a04018a1eeab556507 (diff)
downloadperlweeklychallenge-club-492d7b954dcd24f2c8f008964b56290bd53d27cd.tar.gz
perlweeklychallenge-club-492d7b954dcd24f2c8f008964b56290bd53d27cd.tar.bz2
perlweeklychallenge-club-492d7b954dcd24f2c8f008964b56290bd53d27cd.zip
- Added solutions by Jason Messer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 110b769919..90c89b89c3 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -4,6 +4,19 @@
},
"series" : [
{
+ "dataLabels" : {
+ "rotation" : -90,
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -15,26 +28,22 @@
],
[
"Raku",
- 2118
+ 2120
]
- ],
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "y" : 10,
- "enabled" : "true",
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ ]
}
],
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-14 01:58:47 GMT"
},
"yAxis" : {
"min" : 0,
@@ -45,19 +54,10 @@
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-14 00:30:21 GMT"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
}
}