aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-17 07:12:51 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-17 07:12:51 +0000
commitee9f8c8288170dc442f8199fc1d2f7e45ac4377c (patch)
tree1460ac73946e22c2f9bbd5a768475eedbbdfa4ac /stats/pwc-language-breakdown-summary.json
parent95c36b866c4020f1c65e53f91bc224a195c9a240 (diff)
downloadperlweeklychallenge-club-ee9f8c8288170dc442f8199fc1d2f7e45ac4377c.tar.gz
perlweeklychallenge-club-ee9f8c8288170dc442f8199fc1d2f7e45ac4377c.tar.bz2
perlweeklychallenge-club-ee9f8c8288170dc442f8199fc1d2f7e45ac4377c.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c5baaf8743..9fc3778cfa 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,38 +1,38 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
- "dataLabels" : {
- "y" : 10,
- "color" : "#FFFFFF",
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "enabled" : "true"
- },
"data" : [
[
"Blog",
- 2191
+ 2192
],
[
"Perl",
- 7103
+ 7105
],
[
"Raku",
- 4277
+ 4279
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "format" : "{point.y:.0f}"
+ }
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"yAxis" : {
"min" : 0,
"title" : {
@@ -42,22 +42,22 @@
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "legend" : {
+ "enabled" : "false"
},
"subtitle" : {
- "text" : "Last updated at 2022-01-17 06:40:05 GMT"
+ "text" : "Last updated at 2022-01-17 07:11:01 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- },
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
+ }
}
}