aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2022-07-30 01:07:04 +0100
committerdrbaggy <js5@sanger.ac.uk>2022-07-30 01:07:04 +0100
commit40550e1e6ea41dabe7a6a72e17f5f56de85fabcd (patch)
treee170a85111547d5b4e09224fe56ecf6788726a6f /stats/pwc-language-breakdown-summary.json
parentd69c546a4fda62fcd899662f52a45e3ba03365c3 (diff)
parentc549a7288ca66b1b48e8518454806b538fd97568 (diff)
downloadperlweeklychallenge-club-40550e1e6ea41dabe7a6a72e17f5f56de85fabcd.tar.gz
perlweeklychallenge-club-40550e1e6ea41dabe7a6a72e17f5f56de85fabcd.tar.bz2
perlweeklychallenge-club-40550e1e6ea41dabe7a6a72e17f5f56de85fabcd.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2f9eeeb826..30ecbae9c2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,16 +1,4 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-07-29 08:35:22 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -20,19 +8,34 @@
}
}
},
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-29 19:56:29 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
"rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
"y" : 10,
+ "format" : "{point.y:.0f}",
"enabled" : "true",
- "align" : "right"
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
},
"name" : "Contributions",
"data" : [
@@ -42,22 +45,19 @@
],
[
"Perl",
- 8526
+ 8532
],
[
"Raku",
- 5075
+ 5078
]
]
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
}
}