aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-10 19:32:24 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-10 19:32:24 +0000
commit7fe7725aa24fe0e1355d0c44452034d05914df31 (patch)
treeb11002274ce2cb580f033e4cf24ed1f1be1c900b /stats/pwc-language-breakdown-summary.json
parentf362207597bd12c424a9e651d276f28742bee361 (diff)
downloadperlweeklychallenge-club-7fe7725aa24fe0e1355d0c44452034d05914df31.tar.gz
perlweeklychallenge-club-7fe7725aa24fe0e1355d0c44452034d05914df31.tar.bz2
perlweeklychallenge-club-7fe7725aa24fe0e1355d0c44452034d05914df31.zip
- Added solutions by Luca Ferrari.
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 491c2e6d32..b0ce9a3ba6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,28 +1,40 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"legend" : {
"enabled" : "false"
},
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-10 19:15:24 GMT"
+ },
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2022-01-10 19:07:32 GMT"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"series" : [
{
"data" : [
[
"Blog",
- 2170
+ 2174
],
[
"Perl",
@@ -30,34 +42,22 @@
],
[
"Raku",
- 4257
+ 4259
]
],
"dataLabels" : {
- "y" : 10,
- "format" : "{point.y:.0f}",
- "enabled" : "true",
+ "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "rotation" : -90,
- "align" : "right"
+ "y" : 10,
+ "align" : "right",
+ "enabled" : "true"
},
"name" : "Contributions"
}
- ],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- }
+ ]
}