aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-05-19 02:08:31 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-05-19 02:08:31 +0100
commit885caf5aa51c8e3eab0dd4fddc7f92fe5c010591 (patch)
treee5dd7090c7cbb7f95a22e583d813c128efc445fc /stats/pwc-language-breakdown-summary.json
parenta4c8ef6e093f0a192f6196b5bb747ba8cb78ce5d (diff)
downloadperlweeklychallenge-club-885caf5aa51c8e3eab0dd4fddc7f92fe5c010591.tar.gz
perlweeklychallenge-club-885caf5aa51c8e3eab0dd4fddc7f92fe5c010591.tar.bz2
perlweeklychallenge-club-885caf5aa51c8e3eab0dd4fddc7f92fe5c010591.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 11a0fcaded..2d84969b91 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,17 +2,11 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
- },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2020-05-18 19:23:38 GMT"
+ }
},
"xAxis" : {
"labels" : {
@@ -25,6 +19,19 @@
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "align" : "right"
+ },
"data" : [
[
"Blog",
@@ -32,32 +39,25 @@
],
[
"Perl",
- 2547
+ 2549
],
[
"Raku",
1605
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ ]
}
],
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "chart" : {
+ "type" : "column"
+ },
"legend" : {
"enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-05-19 01:08:08 GMT"
}
}