aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-08 21:01:18 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-08 21:01:18 +0100
commitcbaebdf7aedf656ee7646f53893c6a7abc2dcd9c (patch)
tree281bcaf304d1d017306604a1dae2564f2510ba97 /stats/pwc-language-breakdown-summary.json
parent0493e464dc79d7a7403486218ca859e15293ce1c (diff)
downloadperlweeklychallenge-club-cbaebdf7aedf656ee7646f53893c6a7abc2dcd9c.tar.gz
perlweeklychallenge-club-cbaebdf7aedf656ee7646f53893c6a7abc2dcd9c.tar.bz2
perlweeklychallenge-club-cbaebdf7aedf656ee7646f53893c6a7abc2dcd9c.zip
- Added solution by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json84
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5068e8ba16..09b2d45164 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-08 20:00:29 GMT"
+ },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF"
- },
"data" : [
[
"Blog",
- 257
+ 260
],
[
"Perl 5",
- 998
+ 999
],
[
"Perl 6",
600
]
- ]
+ ],
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "align" : "right"
+ },
+ "name" : "Contributions"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-09-08 17:03:37 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
+ }
}
}