aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-02 09:20:40 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-02 09:20:40 +0100
commit574c79d2ebe60c8adab39ab36dfebd2fb940a503 (patch)
tree11df6cd603eabc5d9f3179da5e811918ddcd41c6 /stats/pwc-language-breakdown-summary.json
parent1e387fae1cd65bbb26cda9b918684adafd507452 (diff)
downloadperlweeklychallenge-club-574c79d2ebe60c8adab39ab36dfebd2fb940a503.tar.gz
perlweeklychallenge-club-574c79d2ebe60c8adab39ab36dfebd2fb940a503.tar.bz2
perlweeklychallenge-club-574c79d2ebe60c8adab39ab36dfebd2fb940a503.zip
- Added blog by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ed1a99d898..d4bb3c6ea2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -3,19 +3,7 @@
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"subtitle" : {
- "text" : "Last updated at 2021-05-02 08:10:42 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "text" : "Last updated at 2021-05-02 08:20:08 GMT"
},
"yAxis" : {
"min" : 0,
@@ -26,13 +14,27 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 1519
+ 1520
],
[
"Perl",
@@ -43,21 +45,19 @@
3304
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "color" : "#FFFFFF",
- "y" : 10,
- "rotation" : -90,
- "align" : "right",
- "enabled" : "true",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "enabled" : "true",
"format" : "{point.y:.0f}"
}
}
- ],
- "chart" : {
- "type" : "column"
- }
+ ]
}