aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-02 16:05:26 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-02 16:05:26 +0000
commit464c42c14f02cd1ce94b81d20a1e1e0b7231bf95 (patch)
tree9b3f8896a5c54ca4790848a2b7b674fd3761cd4f /stats/pwc-language-breakdown-summary.json
parent22df5480ced44e55b9efaf9b9148aa96360090fc (diff)
downloadperlweeklychallenge-club-464c42c14f02cd1ce94b81d20a1e1e0b7231bf95.tar.gz
perlweeklychallenge-club-464c42c14f02cd1ce94b81d20a1e1e0b7231bf95.tar.bz2
perlweeklychallenge-club-464c42c14f02cd1ce94b81d20a1e1e0b7231bf95.zip
- Added solutions by Duncan C. White.
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 74aa800e25..0be27c79f0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,36 +1,17 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "color" : "#FFFFFF",
- "rotation" : -90,
+ "format" : "{point.y:.0f}",
"y" : 10,
- "enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}"
+ "rotation" : -90
},
"data" : [
[
@@ -39,25 +20,44 @@
],
[
"Perl 5",
- 1675
+ 1677
],
[
"Perl 6",
1006
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
- "legend" : {
- "enabled" : "false"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
},
"subtitle" : {
- "text" : "Last updated at 2020-01-02 14:43:47 GMT"
+ "text" : "Last updated at 2020-01-02 16:05:20 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}