aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-03 01:24:54 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-03 01:24:54 +0000
commitc028030a69d2e015a9b29fa6137e80e2a055e1d9 (patch)
tree424d8021bd2e7a449f2eda50aeeeeab31d65cccc /stats/pwc-language-breakdown-summary.json
parented2aff9cbaf310231b57d790ea6a1b4213500eb6 (diff)
downloadperlweeklychallenge-club-c028030a69d2e015a9b29fa6137e80e2a055e1d9.tar.gz
perlweeklychallenge-club-c028030a69d2e015a9b29fa6137e80e2a055e1d9.tar.bz2
perlweeklychallenge-club-c028030a69d2e015a9b29fa6137e80e2a055e1d9.zip
- Added solutions by James Smith.
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 604dd12b39..a3aab76401 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,26 +1,15 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-01-03 01:13:30 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 2146
+ 2147
],
[
"Perl",
- 6990
+ 6994
],
[
"Raku",
@@ -28,25 +17,27 @@
]
],
"dataLabels" : {
- "color" : "#FFFFFF",
- "rotation" : -90,
- "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
"enabled" : "true",
- "format" : "{point.y:.0f}",
- "y" : 10
- },
- "name" : "Contributions"
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}"
+ }
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-03 01:23:33 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"xAxis" : {
"labels" : {
@@ -57,7 +48,16 @@
},
"type" : "category"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}