aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-02 11:44:52 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-02 11:44:52 +0100
commitc9a5e640342b37eb14aa6936eb7898d4a3c49703 (patch)
tree67ae56834683cfbc62c193a84ada1de2c08b09e4 /stats/pwc-language-breakdown-summary.json
parentbae51dc1742b61b09ffd0f2fb6bf07dd900bb674 (diff)
downloadperlweeklychallenge-club-c9a5e640342b37eb14aa6936eb7898d4a3c49703.tar.gz
perlweeklychallenge-club-c9a5e640342b37eb14aa6936eb7898d4a3c49703.tar.bz2
perlweeklychallenge-club-c9a5e640342b37eb14aa6936eb7898d4a3c49703.zip
- Added solution by Dave Cross.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 42bcd7bd29..1db7192cbe 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,33 +1,36 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"subtitle" : {
- "text" : "Last updated at 2019-09-02 10:41:57 GMT"
+ "text" : "Last updated at 2019-09-02 10:44:47 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
}
},
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
+ "dataLabels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true"
+ },
"data" : [
[
"Blog",
@@ -35,29 +38,26 @@
],
[
"Perl 5",
- 975
+ 976
],
[
"Perl 6",
586
]
],
- "dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
- "y" : 10,
- "align" : "right",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
"name" : "Contributions"
}
],
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
}
}