aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-26 00:46:25 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-26 00:46:25 +0100
commit0b2ccc700d8d5601b429467e086ace7fac43280b (patch)
treed15220bc7192ca7107580e4bf9e76f9e6515a17a /stats/pwc-language-breakdown-summary.json
parent9a9980ef59316bef7fc99205e3c6c4fdc074fa5f (diff)
downloadperlweeklychallenge-club-0b2ccc700d8d5601b429467e086ace7fac43280b.tar.gz
perlweeklychallenge-club-0b2ccc700d8d5601b429467e086ace7fac43280b.tar.bz2
perlweeklychallenge-club-0b2ccc700d8d5601b429467e086ace7fac43280b.zip
- Added solution by Rakulius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c5595c36af..6195d55d69 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,36 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
"series" : [
{
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "y" : 10,
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ },
"data" : [
[
"Blog",
@@ -24,40 +42,22 @@
],
[
"Raku",
- 2179
+ 2180
]
],
- "dataLabels" : {
- "y" : 10,
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF"
- },
"name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-09-24 20:59:35 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-25 23:45:46 GMT"
}
}