aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-16 18:48:33 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-16 18:48:33 +0000
commit56aff5b45b39779ae9686c267e489cd1c0165ef3 (patch)
tree39ef78d07b39ccb769c530787834ec67d293d1ab /stats/pwc-language-breakdown-summary.json
parent462720125f74c7bc2afeff693bb81aeadd32045e (diff)
downloadperlweeklychallenge-club-56aff5b45b39779ae9686c267e489cd1c0165ef3.tar.gz
perlweeklychallenge-club-56aff5b45b39779ae9686c267e489cd1c0165ef3.tar.bz2
perlweeklychallenge-club-56aff5b45b39779ae9686c267e489cd1c0165ef3.zip
- Added solutions by Marton Polgar.
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 08c2e1bda5..1d7fafd6d4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,18 +2,23 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "legend" : {
- "enabled" : "false"
- },
"chart" : {
"type" : "column"
},
+ "subtitle" : {
+ "text" : "Last updated at 2022-03-16 18:46:55 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -25,39 +30,34 @@
],
[
"Raku",
- 4501
+ 4503
]
],
"dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
"align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
- }
+ "rotation" : -90,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "color" : "#FFFFFF"
+ },
+ "name" : "Contributions"
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-03-16 00:10:25 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}