aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-09-03 22:31:37 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-09-03 22:31:37 +0100
commit14cc56913f55ea04ce7a869280c1c63b798857cd (patch)
tree84877d67dcaad9b3d01b620942d3cf2fc33297d8 /stats/pwc-language-breakdown-summary.json
parentcce778f1d37114b6b5aaeaf40ca4cb440e465905 (diff)
downloadperlweeklychallenge-club-14cc56913f55ea04ce7a869280c1c63b798857cd.tar.gz
perlweeklychallenge-club-14cc56913f55ea04ce7a869280c1c63b798857cd.tar.bz2
perlweeklychallenge-club-14cc56913f55ea04ce7a869280c1c63b798857cd.zip
- Added solutions by Jan Krnavek.
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 50f18efe87..6262ac8b24 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,40 @@
{
"subtitle" : {
- "text" : "Last updated at 2022-09-03 21:20:58 GMT"
+ "text" : "Last updated at 2022-09-03 21:28:23 GMT"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "y" : 10,
+ "align" : "right",
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -27,37 +46,18 @@
],
[
"Raku",
- 5236
+ 5238
]
- ],
- "dataLabels" : {
- "align" : "right",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10
- },
- "name" : "Contributions"
+ ]
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}