aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2021-05-15 05:45:11 +0100
committerdrbaggy <js5@sanger.ac.uk>2021-05-15 05:45:11 +0100
commit8be0eb3c0c8ba4287eea24ce62dbbf927a63667b (patch)
tree4cec26fb15d6e333018dc45f1d78289826a71eb7 /stats/pwc-language-breakdown-summary.json
parent9ade370ccbdd267281b9312a3a04d9fe14908b2f (diff)
parent72e6479fb3c38a07ce60e5f87855387bf7bf0db1 (diff)
downloadperlweeklychallenge-club-8be0eb3c0c8ba4287eea24ce62dbbf927a63667b.tar.gz
perlweeklychallenge-club-8be0eb3c0c8ba4287eea24ce62dbbf927a63667b.tar.bz2
perlweeklychallenge-club-8be0eb3c0c8ba4287eea24ce62dbbf927a63667b.zip
Merge branch 'master' of https://github.com/drbaggy/perlweeklychallenge-club
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b441cab59f..6c5bbac207 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,62 +1,62 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"legend" : {
"enabled" : "false"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"subtitle" : {
- "text" : "Last updated at 2021-05-11 10:28:20 GMT"
+ "text" : "Last updated at 2021-05-14 13:30:27 GMT"
},
"series" : [
{
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true",
+ "y" : 10,
+ "rotation" : -90
+ },
"data" : [
[
"Blog",
- 1551
+ 1556
],
[
"Perl",
- 5279
+ 5293
],
[
"Raku",
- 3354
+ 3356
]
],
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10,
- "align" : "right"
- },
"name" : "Contributions"
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"chart" : {
"type" : "column"
}