aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-21 20:24:43 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-21 20:24:43 +0000
commit67cae0ac5fd06c1bbb42b64a7682889e339c9676 (patch)
tree3a6e05333a6cf757082f386c56736c664412f96a /stats/pwc-language-breakdown-summary.json
parent9a09829259c888940dc5f171348777b34dd91cd3 (diff)
downloadperlweeklychallenge-club-67cae0ac5fd06c1bbb42b64a7682889e339c9676.tar.gz
perlweeklychallenge-club-67cae0ac5fd06c1bbb42b64a7682889e339c9676.tar.bz2
perlweeklychallenge-club-67cae0ac5fd06c1bbb42b64a7682889e339c9676.zip
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f0c6a3b5c9..f239cce585 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,27 +1,25 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-02-21 20:09:15 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "align" : "right",
+ "enabled" : "true",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}"
+ },
"data" : [
[
"Blog",
@@ -29,33 +27,35 @@
],
[
"Perl",
- 7340
+ 7342
],
[
"Raku",
- 4411
+ 4413
]
- ],
- "dataLabels" : {
- "color" : "#FFFFFF",
- "y" : 10,
- "align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90
- },
- "name" : "Contributions"
+ ]
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-02-21 20:23:13 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"