aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-25 21:42:33 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-25 21:42:33 +0000
commit18bc4388e4bb0ea4ea532fa80078ad6affbf2503 (patch)
treeb6857ffdd7a49969a8217821bd8be863bde394eb /stats/pwc-language-breakdown-summary.json
parentaa1198b22c0d5bbbfc41b638390fcbdb8cacab26 (diff)
downloadperlweeklychallenge-club-18bc4388e4bb0ea4ea532fa80078ad6affbf2503.tar.gz
perlweeklychallenge-club-18bc4388e4bb0ea4ea532fa80078ad6affbf2503.tar.bz2
perlweeklychallenge-club-18bc4388e4bb0ea4ea532fa80078ad6affbf2503.zip
- Added solutions by Abigail.
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 7199c4a772..1586661edb 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,18 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "title" : {
- "text" : null
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
},
- "min" : 0
+ "type" : "category"
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -21,7 +20,7 @@
],
[
"Perl",
- 7159
+ 7161
],
[
"Raku",
@@ -29,35 +28,36 @@
]
],
"dataLabels" : {
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "align" : "right",
- "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
- }
+ },
+ "align" : "right",
+ "enabled" : "true",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions"
}
],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-25 21:40:18 GMT"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "legend" : {
+ "enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2022-01-25 21:11:49 GMT"
+ "chart" : {
+ "type" : "column"
}
}