aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2023-05-16 13:02:54 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2023-05-16 13:02:54 +0100
commitdcef53a5d2200928fdcd05504867da75d03c2f36 (patch)
tree7e345511d60013cd07fd1f95ec18846ad2bb1496 /stats/pwc-language-breakdown-summary.json
parentf33f202132be7b16597fbcef52be46b0b960434e (diff)
downloadperlweeklychallenge-club-dcef53a5d2200928fdcd05504867da75d03c2f36.tar.gz
perlweeklychallenge-club-dcef53a5d2200928fdcd05504867da75d03c2f36.tar.bz2
perlweeklychallenge-club-dcef53a5d2200928fdcd05504867da75d03c2f36.zip
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 67ad913657..558669aa2a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,41 +1,13 @@
{
- "subtitle" : {
- "text" : "Last updated at 2023-05-16 11:33:28 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "enabled" : "true",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "align" : "right",
- "color" : "#FFFFFF",
- "rotation" : -90
- },
"data" : [
[
"Blog",
- 3578
+ 3584
],
[
"Perl",
@@ -43,21 +15,49 @@
],
[
"Raku",
- 6395
+ 6397
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "rotation" : -90
+ }
}
],
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
+ }
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2023]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2023-05-16 11:58:12 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}