aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-12 10:03:31 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-12 10:03:31 +0100
commita5c94cf4c7c99e7c3b081c2ab24dee0da8bb48aa (patch)
treee5c55b4460bf0de3df91ebe3c3359b50917afa0f /stats/pwc-language-breakdown-summary.json
parent8fa80cdecf608634f447665df0052628fa8c5ea0 (diff)
downloadperlweeklychallenge-club-a5c94cf4c7c99e7c3b081c2ab24dee0da8bb48aa.tar.gz
perlweeklychallenge-club-a5c94cf4c7c99e7c3b081c2ab24dee0da8bb48aa.tar.bz2
perlweeklychallenge-club-a5c94cf4c7c99e7c3b081c2ab24dee0da8bb48aa.zip
- Added solutions by Matthew Neleigh.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 331b4b6017..f497546f4a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,9 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-06-12 08:37:56 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"yAxis" : {
"title" : {
@@ -23,6 +11,9 @@
},
"min" : 0
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
"name" : "Contributions",
@@ -33,7 +24,7 @@
],
[
"Perl",
- 8182
+ 8184
],
[
"Raku",
@@ -42,22 +33,31 @@
],
"dataLabels" : {
"color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "rotation" : -90,
"enabled" : "true",
- "y" : 10,
- "align" : "right",
- "format" : "{point.y:.0f}"
+ "format" : "{point.y:.0f}",
+ "align" : "right"
}
}
],
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-12 09:01:12 GMT"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
}