aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-02 12:25:13 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-02 12:25:13 +0100
commit6bfbf4b0a4b60a35654abac0259e7229bd5f96cc (patch)
tree2357ea4b3b778ca6bbca513447149b4e65d722ea /stats/pwc-language-breakdown-summary.json
parent43e9f6542c9c186e31f0656b005a85d2a9a2e609 (diff)
downloadperlweeklychallenge-club-6bfbf4b0a4b60a35654abac0259e7229bd5f96cc.tar.gz
perlweeklychallenge-club-6bfbf4b0a4b60a35654abac0259e7229bd5f96cc.tar.bz2
perlweeklychallenge-club-6bfbf4b0a4b60a35654abac0259e7229bd5f96cc.zip
- Added solution by Steven Wilson.
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 1db7192cbe..9de007d1ed 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,36 +1,25 @@
{
- "subtitle" : {
- "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
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
},
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-02 11:25:05 GMT"
+ },
"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"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -38,26 +27,37 @@
],
[
"Perl 5",
- 976
+ 977
],
[
"Perl 6",
586
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "rotation" : -90,
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true"
+ }
}
],
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
}
+ },
+ "chart" : {
+ "type" : "column"
}
}