aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorRyan Thompson <i@ry.ca>2022-05-28 17:43:29 -0600
committerRyan Thompson <i@ry.ca>2022-05-28 17:43:29 -0600
commitbb0d10f534cdf08608a396cf10c5a443b7c5a89f (patch)
treedb1786616aedb06d07cc1c737999eba58b8d93de /stats/pwc-language-breakdown-summary.json
parentc380cb7208d70aef788ea6b9272aba8face3482a (diff)
parent172638a357ff0fefa265d6e694b654fd65c05c7d (diff)
downloadperlweeklychallenge-club-bb0d10f534cdf08608a396cf10c5a443b7c5a89f.tar.gz
perlweeklychallenge-club-bb0d10f534cdf08608a396cf10c5a443b7c5a89f.tar.bz2
perlweeklychallenge-club-bb0d10f534cdf08608a396cf10c5a443b7c5a89f.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2810418e30..69eb4bccef 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-05-23 20:20:56 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
},
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-05-28 23:31:11 GMT"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"series" : [
{
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "y" : 10
+ },
"name" : "Contributions",
"data" : [
[
"Blog",
- 2561
+ 2565
],
[
"Perl",
- 8088
+ 8098
],
[
"Raku",
- 4791
+ 4794
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ ]
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
}