aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-27 22:36:34 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-27 22:36:34 +0100
commita1b9cd6231e64deb5961cdbbebec7798ddae8a31 (patch)
treea8cfb19f6f2a15e081fb45616f52680286829ac9 /stats/pwc-language-breakdown-summary.json
parentd8f4f89fce5f1d53d10dd8812092267d6da88cd7 (diff)
downloadperlweeklychallenge-club-a1b9cd6231e64deb5961cdbbebec7798ddae8a31.tar.gz
perlweeklychallenge-club-a1b9cd6231e64deb5961cdbbebec7798ddae8a31.tar.bz2
perlweeklychallenge-club-a1b9cd6231e64deb5961cdbbebec7798ddae8a31.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a778209273..d4859a5b3d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,40 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-07-27 21:28:26 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
},
"type" : "category"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "enabled" : "true",
+ "align" : "right",
+ "y" : 10
+ },
"data" : [
[
"Blog",
@@ -26,26 +42,13 @@
],
[
"Perl",
- 5861
+ 5863
],
[
"Raku",
3662
]
- ],
- "dataLabels" : {
- "rotation" : -90,
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "color" : "#FFFFFF",
- "align" : "right",
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions"
+ ]
}
],
"yAxis" : {
@@ -54,10 +57,7 @@
"text" : null
}
},
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2021-07-27 21:36:13 GMT"
}
}