aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-14 11:33:14 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-14 11:33:14 +0100
commitbe3d5bd674bcb18ac0eeba19c16f3aaf88d71dd4 (patch)
tree7ed90b9d28eedc8d3ad920ba6fb560e8a3b7a61e /stats/pwc-language-breakdown-summary.json
parent18bb19c7417493e8212eff8cde8c207565b0f970 (diff)
downloadperlweeklychallenge-club-be3d5bd674bcb18ac0eeba19c16f3aaf88d71dd4.tar.gz
perlweeklychallenge-club-be3d5bd674bcb18ac0eeba19c16f3aaf88d71dd4.tar.bz2
perlweeklychallenge-club-be3d5bd674bcb18ac0eeba19c16f3aaf88d71dd4.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9f681f00de..439c30fd56 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,12 +1,36 @@
{
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-07-14 10:32:56 GMT"
+ },
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "rotation" : -90
+ },
"name" : "Contributions",
"data" : [
[
@@ -15,49 +39,25 @@
],
[
"Perl",
- 5762
+ 5763
],
[
"Raku",
3610
]
- ],
- "dataLabels" : {
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "y" : 10,
- "align" : "right",
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ ]
}
],
"legend" : {
"enabled" : "false"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-07-14 02:00:19 GMT"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ }
}
}