aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-29 16:03:09 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-29 16:03:09 +0100
commit8a1d038bb02dbf29f14d582578fe755633649e4b (patch)
tree721fb34713825365d0329031cd366f7db8f6fd63 /stats/pwc-language-breakdown-summary.json
parent705ec65db90917c1f62063ae4203f444f2c0deaa (diff)
downloadperlweeklychallenge-club-8a1d038bb02dbf29f14d582578fe755633649e4b.tar.gz
perlweeklychallenge-club-8a1d038bb02dbf29f14d582578fe755633649e4b.tar.bz2
perlweeklychallenge-club-8a1d038bb02dbf29f14d582578fe755633649e4b.zip
- Added solutions by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2f9eeeb826..af0a62cab2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,39 +1,12 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
"subtitle" : {
- "text" : "Last updated at 2022-07-29 08:35:22 GMT"
+ "text" : "Last updated at 2022-07-29 14:38:41 GMT"
},
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "enabled" : "true",
- "align" : "right"
- },
"name" : "Contributions",
"data" : [
[
@@ -42,22 +15,49 @@
],
[
"Perl",
- 8526
+ 8528
],
[
"Raku",
5075
]
- ]
+ ],
+ "dataLabels" : {
+ "align" : "right",
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "rotation" : -90
+ }
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
}
}