aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorDave Jacoby <jacoby.david@gmail.com>2024-03-06 12:20:54 -0500
committerGitHub <noreply@github.com>2024-03-06 12:20:54 -0500
commitc2236d751700d5f259791a9218696e934c6bebdc (patch)
tree49838dee91b2ad0a2c5b22ad8de0937bd68d6111 /stats/pwc-language-breakdown-summary.json
parentdd68c49c478d198ce7f22ec6961fe4d0bb77376e (diff)
parent38ae28aaeacfc9dd53e892f94d5e83d4a83395d2 (diff)
downloadperlweeklychallenge-club-c2236d751700d5f259791a9218696e934c6bebdc.tar.gz
perlweeklychallenge-club-c2236d751700d5f259791a9218696e934c6bebdc.tar.bz2
perlweeklychallenge-club-c2236d751700d5f259791a9218696e934c6bebdc.zip
Merge branch 'manwar:master' into 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 8c85378f64..96bb2c0095 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2024-03-04 19:05:07 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "name" : "Contributions",
+ "dataLabels" : {
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right"
+ },
"data" : [
[
"Blog",
- 4598
+ 4600
],
[
"Perl",
- 13351
+ 13361
],
[
"Raku",
- 7766
+ 7768
]
],
- "dataLabels" : {
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "y" : 10,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "enabled" : "true"
- }
+ "name" : "Contributions"
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2024-03-05 18:55:12 GMT"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2024]"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
},
- "type" : "category"
+ "min" : 0
}
}