aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2022-04-04 17:49:34 +0100
committerPaulo Custodio <pauloscustodio@gmail.com>2022-04-04 17:49:34 +0100
commit4bae6982b0ace0c1067cc69ded36a69618b56255 (patch)
tree96bf7c8bcef1c29c776e81d6c96628f8a4451b38 /stats/pwc-language-breakdown-summary.json
parent72b9ae6794ce48ed1047879ae943008437fceace (diff)
parent21b2771f7439710ee9a4631c40679a916ca9f723 (diff)
downloadperlweeklychallenge-club-4bae6982b0ace0c1067cc69ded36a69618b56255.tar.gz
perlweeklychallenge-club-4bae6982b0ace0c1067cc69ded36a69618b56255.tar.bz2
perlweeklychallenge-club-4bae6982b0ace0c1067cc69ded36a69618b56255.zip
Merge branch 'master' of https://github.com/pauloscustodio/perlweeklychallenge-club
# Conflicts: # challenge-159/paulo-custodio/Makefile
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json90
1 files changed, 45 insertions, 45 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b85dd7ae3c..3a7fc06588 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-04-03 23:22:18 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10,
+ "enabled" : "true"
+ },
"data" : [
[
"Blog",
- 2398
+ 2404
],
[
"Perl",
- 7617
+ 7647
],
[
"Raku",
- 4569
+ 4579
]
- ],
- "dataLabels" : {
- "y" : 10,
- "color" : "#FFFFFF",
- "rotation" : -90,
- "enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "name" : "Contributions"
+ ]
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2022-03-31 17:07:06 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "legend" : {
+ "enabled" : "false"
}
}