aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-07 00:12:22 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-07 00:12:22 +0000
commitb7510387a2c6fc2aedd4ae68d19ad054e880b417 (patch)
tree567b734c28464a7556cfa39499b4c095a59898eb /stats/pwc-language-breakdown-summary.json
parentf8bbda0d43adcbc244c7037cdc1a65fe0e9d12f6 (diff)
downloadperlweeklychallenge-club-b7510387a2c6fc2aedd4ae68d19ad054e880b417.tar.gz
perlweeklychallenge-club-b7510387a2c6fc2aedd4ae68d19ad054e880b417.tar.bz2
perlweeklychallenge-club-b7510387a2c6fc2aedd4ae68d19ad054e880b417.zip
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4225cb0907..e4dc0bd206 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2022-11-07 00:02:50 GMT"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2989
+ 2991
],
[
"Perl",
- 9254
+ 9256
],
[
"Raku",
5552
]
],
+ "name" : "Contributions",
"dataLabels" : {
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "y" : 10,
+ "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "rotation" : -90,
- "align" : "right",
- "y" : 10
+ "color" : "#FFFFFF"
}
}
],
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"legend" : {
"enabled" : "false"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2022-11-07 00:10:27 GMT"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
}
}