aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-29 19:09:39 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-29 19:09:39 +0100
commit1cf0a644be424d94932ec07420fff28019d8c8a9 (patch)
treedacaa3c59c0d2a8ce8d1ba8f35f681cf334170de /stats/pwc-language-breakdown-summary.json
parent6b4dc8623531c07be27b8ac1be5323679f624164 (diff)
downloadperlweeklychallenge-club-1cf0a644be424d94932ec07420fff28019d8c8a9.tar.gz
perlweeklychallenge-club-1cf0a644be424d94932ec07420fff28019d8c8a9.tar.bz2
perlweeklychallenge-club-1cf0a644be424d94932ec07420fff28019d8c8a9.zip
- Added solutions by Colin Crain.
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 2e6400658a..fb3ec254f6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,27 +1,7 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2022-05-29 17:49:23 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -29,35 +9,55 @@
],
[
"Perl",
- 8110
+ 8112
],
[
"Raku",
4803
]
],
- "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
"align" : "right",
- "y" : 10,
- "color" : "#FFFFFF",
"rotation" : -90,
- "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
+ },
+ "format" : "{point.y:.0f}",
+ "y" : 10
}
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2022-05-29 18:07:20 GMT"
+ },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}