aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-16 17:11:17 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-16 17:11:17 +0100
commit76a978eeffd22189ee71238295637ab2cca69380 (patch)
tree4c3a75dc62c2795a0211dc8e47a65fb9cdbf0465 /stats/pwc-language-breakdown-summary.json
parent99c97eebe934585fd9fbfb86ac9a1cce4f17af0e (diff)
downloadperlweeklychallenge-club-76a978eeffd22189ee71238295637ab2cca69380.tar.gz
perlweeklychallenge-club-76a978eeffd22189ee71238295637ab2cca69380.tar.bz2
perlweeklychallenge-club-76a978eeffd22189ee71238295637ab2cca69380.zip
- Added solution by Steven Wilson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 63cf2578ae..6a40212ad4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,21 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
@@ -11,53 +26,38 @@
],
[
"Perl",
- 3034
+ 3035
],
[
"Raku",
1979
]
],
+ "name" : "Contributions",
"dataLabels" : {
"format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
+ "y" : 10,
"align" : "right",
+ "enabled" : "true",
"color" : "#FFFFFF",
"rotation" : -90,
- "enabled" : "true",
- "y" : 10
- },
- "name" : "Contributions"
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
}
],
- "chart" : {
- "type" : "column"
- },
"subtitle" : {
- "text" : "Last updated at 2020-08-16 16:07:30 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "text" : "Last updated at 2020-08-16 16:10:58 GMT"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "chart" : {
+ "type" : "column"
},
"legend" : {
"enabled" : "false"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}