aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-29 13:48:08 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-29 13:48:08 +0100
commit4e0418c9b179d732585ac7da3bccf66ff8550cc7 (patch)
treeb465489749f094c44003579e197ad78139ca3d1c /stats/pwc-language-breakdown-summary.json
parent7aeae3af6a534a52d43a699b22ed73c2552ff1ff (diff)
downloadperlweeklychallenge-club-4e0418c9b179d732585ac7da3bccf66ff8550cc7.tar.gz
perlweeklychallenge-club-4e0418c9b179d732585ac7da3bccf66ff8550cc7.tar.bz2
perlweeklychallenge-club-4e0418c9b179d732585ac7da3bccf66ff8550cc7.zip
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f3a24c0ac3..bea33707e2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,36 +1,6 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-04-29 12:20:37 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"series" : [
{
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "rotation" : -90,
- "align" : "right",
- "enabled" : "true",
- "y" : 10
- },
"data" : [
[
"Blog",
@@ -42,12 +12,42 @@
],
[
"Raku",
- 1524
+ 1525
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right"
+ }
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"xAxis" : {
"labels" : {
"style" : {
@@ -57,7 +57,7 @@
},
"type" : "category"
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2020-04-29 12:45:50 GMT"
}
}