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:23:13 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-29 13:23:13 +0100
commit647042ed7d72f7f346e73fc444543f67b286a7f1 (patch)
treef8cb9745701554daa391d6b3ed87f8b7712f056f /stats/pwc-language-breakdown-summary.json
parent88a23efdf64b4b1bbf371f9890fb96081992d808 (diff)
downloadperlweeklychallenge-club-647042ed7d72f7f346e73fc444543f67b286a7f1.tar.gz
perlweeklychallenge-club-647042ed7d72f7f346e73fc444543f67b286a7f1.tar.bz2
perlweeklychallenge-club-647042ed7d72f7f346e73fc444543f67b286a7f1.zip
- Added solution by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1166f575ee..f3a24c0ac3 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,36 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "subtitle" : {
+ "text" : "Last updated at 2020-04-29 12:20:37 GMT"
},
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2020-04-29 10:07:33 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
- "name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "align" : "right",
+ "enabled" : "true",
+ "y" : 10
+ },
"data" : [
[
"Blog",
@@ -27,25 +38,14 @@
],
[
"Perl",
- 2438
+ 2439
],
[
"Raku",
1524
]
],
- "dataLabels" : {
- "align" : "right",
- "y" : 10,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "enabled" : "true",
- "color" : "#FFFFFF"
- }
+ "name" : "Contributions"
}
],
"xAxis" : {
@@ -57,7 +57,7 @@
},
"type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
}
}