aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-23 14:46:56 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-23 14:46:56 +0100
commitf68b9cf5d79b8bd60690fd12d7bc12f48e5d176f (patch)
tree2e4e1177cfdda55f92c4f3b2be59f1d7e7fe5337 /stats/pwc-language-breakdown-summary.json
parentd3311eec50b7124d54dd8879b1f441cd2a2cb5f1 (diff)
downloadperlweeklychallenge-club-f68b9cf5d79b8bd60690fd12d7bc12f48e5d176f.tar.gz
perlweeklychallenge-club-f68b9cf5d79b8bd60690fd12d7bc12f48e5d176f.tar.bz2
perlweeklychallenge-club-f68b9cf5d79b8bd60690fd12d7bc12f48e5d176f.zip
- Added Challenge 065 blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 30639de329..9b1561c79d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,23 +1,35 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-06-23 13:38:05 GMT"
- },
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"series" : [
{
"name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "y" : 10,
+ "color" : "#FFFFFF"
+ },
"data" : [
[
"Blog",
- 763
+ 764
],
[
"Perl",
@@ -27,21 +39,18 @@
"Raku",
1730
]
- ],
- "dataLabels" : {
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "y" : 10,
- "color" : "#FFFFFF",
- "enabled" : "true",
- "format" : "{point.y:.0f}"
- }
+ ]
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-06-23 13:46:19 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -50,14 +59,5 @@
"fontFamily" : "Verdana, sans-serif"
}
}
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
}
}