aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-02 06:56:18 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-02 06:56:18 +0000
commitc6ed50dffe9799b9c8a48b270b744449dc083acd (patch)
treec8d93aef0cea8818c97a57c98678b2c184ad299e /stats/pwc-language-breakdown-summary.json
parentf38f105af0c21823a84e56f7e5ffd770ab0b7514 (diff)
downloadperlweeklychallenge-club-c6ed50dffe9799b9c8a48b270b744449dc083acd.tar.gz
perlweeklychallenge-club-c6ed50dffe9799b9c8a48b270b744449dc083acd.tar.bz2
perlweeklychallenge-club-c6ed50dffe9799b9c8a48b270b744449dc083acd.zip
- Added solutions by Kevin Colyer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 7e3749b129..d4c9d14aac 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,22 @@
{
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
"dataLabels" : {
"align" : "right",
+ "color" : "#FFFFFF",
+ "y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "color" : "#FFFFFF",
- "rotation" : -90,
- "format" : "{point.y:.0f}",
"enabled" : "true",
- "y" : 10
+ "rotation" : -90,
+ "format" : "{point.y:.0f}"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -24,17 +28,25 @@
],
[
"Perl 6",
- 788
+ 790
]
- ],
- "name" : "Contributions"
+ ]
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-11-02 06:56:10 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
"xAxis" : {
"type" : "category",
@@ -45,18 +57,6 @@
}
}
},
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-10-31 16:46:51 GMT"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
}