aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2022-06-12 10:24:55 +0100
committerdrbaggy <js5@sanger.ac.uk>2022-06-12 10:24:55 +0100
commitbfb2f77baa587efd8a99c991d81a5c1f24136209 (patch)
treea9386e4210d84815cb694a11e456a7fbc056fcc2 /stats/pwc-language-breakdown-summary.json
parent3c1dd872be61bf5ef7b1a974ab7b3ff09ff0225d (diff)
parent79ce82da7c249f4af4572b7f951bca0adc45acbe (diff)
downloadperlweeklychallenge-club-bfb2f77baa587efd8a99c991d81a5c1f24136209.tar.gz
perlweeklychallenge-club-bfb2f77baa587efd8a99c991d81a5c1f24136209.tar.bz2
perlweeklychallenge-club-bfb2f77baa587efd8a99c991d81a5c1f24136209.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json88
1 files changed, 44 insertions, 44 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 82586fdd8c..58914a33a0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right"
+ },
"data" : [
[
"Blog",
- 2602
+ 2606
],
[
"Perl",
- 8176
+ 8186
],
[
"Raku",
- 4845
+ 4848
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "color" : "#FFFFFF",
- "rotation" : -90,
- "y" : 10,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ ]
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-06-11 09:33:35 GMT"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-12 09:11:14 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}