aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-30 21:26:17 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-30 21:26:17 +0100
commit90a964cd9c8b90fa168c5abb0afa3723cdf2ba26 (patch)
tree7f7e6cb2392ec3402f4734e5c53711b3ed69653d /stats/pwc-language-breakdown-summary.json
parent4d3851501f36a1ce56dc75a2e6f4097ae6ca9b57 (diff)
downloadperlweeklychallenge-club-90a964cd9c8b90fa168c5abb0afa3723cdf2ba26.tar.gz
perlweeklychallenge-club-90a964cd9c8b90fa168c5abb0afa3723cdf2ba26.tar.bz2
perlweeklychallenge-club-90a964cd9c8b90fa168c5abb0afa3723cdf2ba26.zip
- Added solution 053 by Richard Park.
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 537726cbc0..594010dfdb 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,6 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-03-30 19:54:10 GMT"
- },
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "y" : 10,
- "color" : "#FFFFFF",
- "align" : "right",
- "rotation" : -90,
- "enabled" : "true"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -31,32 +12,51 @@
],
[
"Raku",
- 1402
+ 1403
]
- ]
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "align" : "right",
+ "enabled" : "true",
+ "y" : 10
+ },
+ "name" : "Contributions"
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-03-30 20:25:25 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
- },
"legend" : {
"enabled" : "false"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
}