aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-04 22:23:00 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-04 22:23:00 +0000
commit193cf97fb78400ef9659a67f506cec6b1179c40e (patch)
tree71f75baa6eeb69731911852f9182fc71c16bff3c /stats/pwc-language-breakdown-summary.json
parentaf32440afeb5e13f3b57b154ba27cfba2efd4fce (diff)
downloadperlweeklychallenge-club-193cf97fb78400ef9659a67f506cec6b1179c40e.tar.gz
perlweeklychallenge-club-193cf97fb78400ef9659a67f506cec6b1179c40e.tar.bz2
perlweeklychallenge-club-193cf97fb78400ef9659a67f506cec6b1179c40e.zip
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 98c6d4df98..f5bbea9060 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,30 +1,25 @@
{
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-04 22:20:26 GMT"
+ },
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-01-04 21:57:59 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"series" : [
{
- "dataLabels" : {
- "y" : 10,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "align" : "right",
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "enabled" : "true"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -32,32 +27,37 @@
],
[
"Perl",
- 7027
+ 7029
],
[
"Raku",
- 4232
+ 4234
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "rotation" : -90
+ }
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
}
}