aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-31 05:18:17 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-31 05:18:17 +0100
commite950f34c1cfa21185a6e703bec5dff73d9d4bc31 (patch)
treeb4ad4b5eabd0edecbcbbf74e1dc20fe0d194a817 /stats/pwc-language-breakdown-summary.json
parent675473ee450622c849d3f3fee5b1ecbc2d109d8e (diff)
downloadperlweeklychallenge-club-e950f34c1cfa21185a6e703bec5dff73d9d4bc31.tar.gz
perlweeklychallenge-club-e950f34c1cfa21185a6e703bec5dff73d9d4bc31.tar.bz2
perlweeklychallenge-club-e950f34c1cfa21185a6e703bec5dff73d9d4bc31.zip
- Added solutions by Jaldhar H. Vyas.
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 34f67e3926..bd34bc70bf 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,56 +1,50 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2021-05-31 04:16:00 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "dataLabels" : {
+ "align" : "right",
+ "rotation" : -90,
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1602
+ 1603
],
[
"Perl",
- 5405
+ 5407
],
[
"Raku",
- 3433
+ 3435
]
- ],
- "dataLabels" : {
- "color" : "#FFFFFF",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "enabled" : "true",
- "y" : 10
- },
- "name" : "Contributions"
+ ]
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"chart" : {
"type" : "column"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"xAxis" : {
"labels" : {
"style" : {
@@ -59,5 +53,11 @@
}
},
"type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-31 04:17:54 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
}
}