aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-02 11:10:41 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-02 11:10:41 +0100
commit14b2dabae68197e73c48121eb964de12e9ba9afc (patch)
treee89288d14d4560121f53039bc292f5d56709d30e /stats/pwc-language-breakdown-summary.json
parenta9a9bf413fa86ba37cb11e2c74e84c468be66ff9 (diff)
downloadperlweeklychallenge-club-14b2dabae68197e73c48121eb964de12e9ba9afc.tar.gz
perlweeklychallenge-club-14b2dabae68197e73c48121eb964de12e9ba9afc.tar.bz2
perlweeklychallenge-club-14b2dabae68197e73c48121eb964de12e9ba9afc.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json84
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index d4bb3c6ea2..35feaee733 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,36 +1,28 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-05-02 08:20:08 GMT"
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
+ },
+ "min" : 0
},
"series" : [
{
+ "dataLabels" : {
+ "y" : 10,
+ "align" : "right",
+ "rotation" : -90,
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -38,26 +30,34 @@
],
[
"Perl",
- 5193
+ 5195
],
[
"Raku",
- 3304
+ 3306
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90,
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10,
- "enabled" : "true",
- "format" : "{point.y:.0f}"
- }
+ ]
}
- ]
+ ],
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-02 10:09:39 GMT"
+ }
}