diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-14 21:54:34 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-14 21:54:34 +0100 |
| commit | 19a6485b426eda8c9e83fd79d07c8ea733f55cdc (patch) | |
| tree | 2fc9e472931606d4df76d9e176303ef3b0efdf43 /stats/pwc-language-breakdown-summary.json | |
| parent | 2dd0672a5a89236c21eab466ba81a4c66cf873aa (diff) | |
| download | perlweeklychallenge-club-19a6485b426eda8c9e83fd79d07c8ea733f55cdc.tar.gz perlweeklychallenge-club-19a6485b426eda8c9e83fd79d07c8ea733f55cdc.tar.bz2 perlweeklychallenge-club-19a6485b426eda8c9e83fd79d07c8ea733f55cdc.zip | |
- Added solution by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 912ce017d5..ae7cb18f43 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,30 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2020-10-14 20:51:41 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" @@ -14,18 +32,6 @@ "series" : [ { "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "y" : 10, - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "align" : "right" - }, "data" : [ [ "Blog", @@ -33,31 +39,25 @@ ], [ "Perl", - 3543 + 3544 ], [ "Raku", 2280 ] - ] - } - ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + ], + "dataLabels" : { + "y" : 10, + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "enabled" : "true" + } } - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2020-10-14 14:16:32 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - } + ] } |
