aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-23 16:48:00 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-23 16:48:00 +0100
commit41df7d51c6f6e10d0c0f8071c6148c8aed783a1f (patch)
treee5fdeb3801ad3ea133aad4c08c6599a2033090eb /stats/pwc-language-breakdown-summary.json
parent2cfbe236c28cb2835be1b8f2dfaee2d71b59630a (diff)
downloadperlweeklychallenge-club-41df7d51c6f6e10d0c0f8071c6148c8aed783a1f.tar.gz
perlweeklychallenge-club-41df7d51c6f6e10d0c0f8071c6148c8aed783a1f.tar.bz2
perlweeklychallenge-club-41df7d51c6f6e10d0c0f8071c6148c8aed783a1f.zip
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4853d020c8..9fb67c24d4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
- "subtitle" : {
- "text" : "Last updated at 2021-05-23 15:38:58 GMT"
+ "chart" : {
+ "type" : "column"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "legend" : {
+ "enabled" : "false"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
- "name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ },
"data" : [
[
"Blog",
- 1576
+ 1577
],
[
"Perl",
- 5338
+ 5340
],
[
"Raku",
3388
]
],
- "dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "rotation" : -90
- }
+ "name" : "Contributions"
}
],
- "legend" : {
- "enabled" : "false"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-23 15:47:16 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}