aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-21 16:43:16 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-21 16:43:16 +0000
commit854c308b59ca7d5573bcdee7e77ccb507d4ad7cc (patch)
treebf4c7cde6390aa491b49c6a697683c0a911008a0 /stats/pwc-language-breakdown-summary.json
parent84940aa58de7f73e55c734b06f86d4e386b5a43e (diff)
downloadperlweeklychallenge-club-854c308b59ca7d5573bcdee7e77ccb507d4ad7cc.tar.gz
perlweeklychallenge-club-854c308b59ca7d5573bcdee7e77ccb507d4ad7cc.tar.bz2
perlweeklychallenge-club-854c308b59ca7d5573bcdee7e77ccb507d4ad7cc.zip
- Added solutions by Mark Anderson.
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 3eb085e51d..4adce97fb0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,7 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-11-21 14:14:57 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -30,26 +13,40 @@
],
[
"Raku",
- 5628
+ 5630
]
],
"dataLabels" : {
+ "format" : "{point.y:.0f}",
"enabled" : "true",
- "align" : "right",
- "rotation" : -90,
- "color" : "#FFFFFF",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "format" : "{point.y:.0f}",
- "y" : 10
- },
- "name" : "Contributions"
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "rotation" : -90
+ }
}
],
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2022-11-21 16:35:45 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"yAxis" : {
"title" : {
@@ -57,7 +54,10 @@
},
"min" : 0
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
}
}