aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-20 23:32:17 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-20 23:32:17 +0100
commitc30e4e3c4d9c808825ac4bff03f11346bc9cb0b2 (patch)
treea5c98e8714b4550f08a10a60cc32ef66be64d2c9 /stats/pwc-language-breakdown-summary.json
parent5c7f557af79b4e62b3483a4f99b98dfc09425c03 (diff)
downloadperlweeklychallenge-club-c30e4e3c4d9c808825ac4bff03f11346bc9cb0b2.tar.gz
perlweeklychallenge-club-c30e4e3c4d9c808825ac4bff03f11346bc9cb0b2.tar.bz2
perlweeklychallenge-club-c30e4e3c4d9c808825ac4bff03f11346bc9cb0b2.zip
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json76
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9449a1518d..3b6e8b03a9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"subtitle" : {
- "text" : "Last updated at 2021-06-20 22:24:11 GMT"
+ "text" : "Last updated at 2021-06-20 22:31:47 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"series" : [
{
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "align" : "right",
- "rotation" : -90,
- "enabled" : "true",
- "color" : "#FFFFFF",
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
"name" : "Contributions",
"data" : [
[
"Blog",
- 1655
+ 1657
],
[
"Perl",
- 5561
+ 5563
],
[
"Raku",
3518
]
- ]
- }
- ],
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ ],
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right",
+ "y" : 10
}
}
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}