aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-25 08:41:29 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-25 08:41:29 +0100
commitaf5fd62b1bded1873f6d0c1d54119cfc4dddcb17 (patch)
tree784d661f72052d36845733f70f8efed0ec686c45 /stats/pwc-language-breakdown-summary.json
parent1d2cea0a3b3c942fb9ff310bfc5ebcf668b93945 (diff)
downloadperlweeklychallenge-club-af5fd62b1bded1873f6d0c1d54119cfc4dddcb17.tar.gz
perlweeklychallenge-club-af5fd62b1bded1873f6d0c1d54119cfc4dddcb17.tar.bz2
perlweeklychallenge-club-af5fd62b1bded1873f6d0c1d54119cfc4dddcb17.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 0de63fff43..df88b26f9d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,36 @@
{
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"legend" : {
"enabled" : "false"
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-04-25 07:39:23 GMT"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -12,52 +38,26 @@
],
[
"Perl",
- 7874
+ 7875
],
[
"Raku",
- 4669
+ 4671
]
],
"dataLabels" : {
- "align" : "right",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "y" : 10
- }
+ "y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
- ],
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-04-24 23:01:06 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- }
+ ]
}