diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-02 14:44:14 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-02 14:44:14 +0000 |
| commit | 0371d148a7f9f90880f39cc3e242c7febaecb397 (patch) | |
| tree | 02d8dbfaa39af2b95c66f3420ad2c488f32b15f0 /stats/pwc-language-breakdown-summary.json | |
| parent | 6a4197e76ffcc535278f05d82b09c5266ddc073c (diff) | |
| download | perlweeklychallenge-club-0371d148a7f9f90880f39cc3e242c7febaecb397.tar.gz perlweeklychallenge-club-0371d148a7f9f90880f39cc3e242c7febaecb397.tar.bz2 perlweeklychallenge-club-0371d148a7f9f90880f39cc3e242c7febaecb397.zip | |
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f791cfdafc..74aa800e25 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,7 +1,37 @@ { + "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" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, + "enabled" : "true", + "align" : "right", + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -9,25 +39,13 @@ ], [ "Perl 5", - 1673 + 1675 ], [ "Perl 6", 1006 ] - ], - "dataLabels" : { - "align" : "right", - "rotation" : -90, - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - } + ] } ], "chart" : { @@ -36,28 +54,10 @@ "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2020-01-02 10:39:31 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "legend" : { "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2020-01-02 14:43:47 GMT" } } |
