aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-03-28 22:57:30 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-03-28 22:57:30 +0100
commit4880fd87fd0ed84d7d578ddf5ff0f87d5a6a97cd (patch)
tree9d0d3ef78b3eebfd1cab12eb8b07739dcadb228f /stats/pwc-language-breakdown-summary.json
parent358875c6891eb1d1c1c1dc7392a639e352529367 (diff)
downloadperlweeklychallenge-club-4880fd87fd0ed84d7d578ddf5ff0f87d5a6a97cd.tar.gz
perlweeklychallenge-club-4880fd87fd0ed84d7d578ddf5ff0f87d5a6a97cd.tar.bz2
perlweeklychallenge-club-4880fd87fd0ed84d7d578ddf5ff0f87d5a6a97cd.zip
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c358567bfd..20ebb2efd8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,27 @@
{
+ "chart" : {
+ "type" : "column"
+ },
"legend" : {
"enabled" : "false"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-03-28 21:56:28 GMT"
+ },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
},
"yAxis" : {
"min" : 0,
@@ -22,18 +31,17 @@
},
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
"format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "y" : 10,
"align" : "right",
- "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"color" : "#FFFFFF",
- "y" : 10
+ "rotation" : -90
},
"data" : [
[
@@ -42,22 +50,14 @@
],
[
"Perl",
- 4950
+ 4952
],
[
"Raku",
- 3159
+ 3161
]
- ]
+ ],
+ "name" : "Contributions"
}
- ],
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-03-28 21:48:40 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- }
+ ]
}