aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-09-27 15:56:44 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-09-27 15:56:44 +0100
commit15f41b9836ebf0ee0d8150b75f3dd24bf0e4bcc3 (patch)
tree12c9c1eadd7b5bb1291f4e89ec3c9f5367b248c9 /stats/pwc-language-breakdown-summary.json
parent081093384634e8d33b356cc854247f6587206673 (diff)
downloadperlweeklychallenge-club-15f41b9836ebf0ee0d8150b75f3dd24bf0e4bcc3.tar.gz
perlweeklychallenge-club-15f41b9836ebf0ee0d8150b75f3dd24bf0e4bcc3.tar.bz2
perlweeklychallenge-club-15f41b9836ebf0ee0d8150b75f3dd24bf0e4bcc3.zip
- Added solutions by Stephen G Lynn.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index dd6e6d3479..2d35cef052 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,19 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
- },
"chart" : {
"type" : "column"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-09-27 14:45:43 GMT"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -23,41 +23,41 @@
}
}
},
- "subtitle" : {
- "text" : "Last updated at 2022-09-27 08:46:27 GMT"
- },
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "format" : "{point.y:.0f}",
- "align" : "right",
- "enabled" : "true"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2890
+ 2891
],
[
"Perl",
- 8935
+ 8937
],
[
"Raku",
- 5342
+ 5344
]
- ]
+ ],
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "rotation" : -90
+ },
+ "name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}