aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-27 21:59:49 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-27 21:59:49 +0100
commite6d2ca1282845b4318429b83d12631ab5ff04a50 (patch)
tree0ee5ae265688e80591bbe5bb25d9827e79b01728 /stats/pwc-language-breakdown-summary.json
parentb06e95e98cf6135094aafb881b5b4dea339a8c2c (diff)
downloadperlweeklychallenge-club-e6d2ca1282845b4318429b83d12631ab5ff04a50.tar.gz
perlweeklychallenge-club-e6d2ca1282845b4318429b83d12631ab5ff04a50.tar.bz2
perlweeklychallenge-club-e6d2ca1282845b4318429b83d12631ab5ff04a50.zip
- Added solutins by Javier Luque.
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 dfab4e8add..5bac094b99 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,62 +2,62 @@
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"subtitle" : {
- "text" : "Last updated at 2020-04-27 20:50:44 GMT"
+ "text" : "Last updated at 2020-04-27 20:59:32 GMT"
},
"legend" : {
"enabled" : "false"
},
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "align" : "right",
"color" : "#FFFFFF",
- "y" : 10
+ "align" : "right",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true"
},
"data" : [
[
"Blog",
- 644
+ 645
],
[
"Perl",
- 2431
+ 2433
],
[
"Raku",
- 1520
+ 1522
]
]
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}