aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-01 14:50:07 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-01 14:50:07 +0100
commitec720ac8478ff8ece8b2d52fd5a7440a968bc70a (patch)
tree5e7f91f5c58f8e38fb90cb8b3ae5addb4d5a71ec /stats/pwc-language-breakdown-summary.json
parented49aac78a5a22af6d961ada7bf1ec54ef223675 (diff)
downloadperlweeklychallenge-club-ec720ac8478ff8ece8b2d52fd5a7440a968bc70a.tar.gz
perlweeklychallenge-club-ec720ac8478ff8ece8b2d52fd5a7440a968bc70a.tar.bz2
perlweeklychallenge-club-ec720ac8478ff8ece8b2d52fd5a7440a968bc70a.zip
- Added solution by Steven Wilson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b7d5489c18..658c6a03ec 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,37 +1,24 @@
{
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "subtitle" : {
- "text" : "Last updated at 2019-10-01 13:35:12 GMT"
+ "chart" : {
+ "type" : "column"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "align" : "right",
- "enabled" : "true",
- "y" : 10
- },
"data" : [
[
"Blog",
@@ -39,25 +26,38 @@
],
[
"Perl 5",
- 1100
+ 1101
],
[
"Perl 6",
676
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "align" : "right"
+ }
}
],
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-01 13:49:35 GMT"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
}
}