aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-03 21:13:22 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-03 21:13:22 +0000
commitf511e40e44fa895e56762b2a9f7cc8b535e8981f (patch)
tree6d0e9699c4bf851a34f607819b4adfa68fdffb32 /stats/pwc-language-breakdown-summary.json
parenta720fbeef3a38892ab85d564c363f757254e1f85 (diff)
downloadperlweeklychallenge-club-f511e40e44fa895e56762b2a9f7cc8b535e8981f.tar.gz
perlweeklychallenge-club-f511e40e44fa895e56762b2a9f7cc8b535e8981f.tar.bz2
perlweeklychallenge-club-f511e40e44fa895e56762b2a9f7cc8b535e8981f.zip
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e9c105b552..a34f6614d0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
"y" : 10,
+ "rotation" : -90,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
"format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right",
- "enabled" : "true"
+ "align" : "right"
},
"data" : [
[
"Blog",
- 2244
+ 2246
],
[
"Perl",
- 7218
+ 7220
],
[
"Raku",
- 4342
+ 4344
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2022-02-03 21:12:04 GMT"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
- },
- "subtitle" : {
- "text" : "Last updated at 2022-02-03 20:37:36 GMT"
}
}