aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-06 23:50:21 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-06 23:50:21 +0100
commit67cc3af871ef6bec7dae84cfe98c1588fa2cb3ed (patch)
treeeafb5825540128de732fbedbc703db711c530462 /stats/pwc-language-breakdown-summary.json
parent848f9f1d7b9fdedab03803706867895821d02b8b (diff)
downloadperlweeklychallenge-club-67cc3af871ef6bec7dae84cfe98c1588fa2cb3ed.tar.gz
perlweeklychallenge-club-67cc3af871ef6bec7dae84cfe98c1588fa2cb3ed.tar.bz2
perlweeklychallenge-club-67cc3af871ef6bec7dae84cfe98c1588fa2cb3ed.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index da4ef949ae..219cb742d8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,19 @@
{
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "dataLabels" : {
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -11,53 +21,43 @@
],
[
"Perl",
- 7949
+ 7951
],
[
"Raku",
4710
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "align" : "right",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "rotation" : -90,
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ ]
}
],
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
+ }
},
- "subtitle" : {
- "text" : "Last updated at 2022-05-06 22:43:21 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- },
- "type" : "category"
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-05-06 22:48:30 GMT"
}
}