diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-02 00:16:52 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-02 00:16:52 +0000 |
| commit | dc7eb0d5f09d00b9acb8e44cb2b170c523293a7a (patch) | |
| tree | aba5612cb21bea5784573f19416d006f72c42a89 /stats/pwc-language-breakdown-summary.json | |
| parent | e6ca6cff747dbf34bdc4711b662302bac09c6dae (diff) | |
| download | perlweeklychallenge-club-dc7eb0d5f09d00b9acb8e44cb2b170c523293a7a.tar.gz perlweeklychallenge-club-dc7eb0d5f09d00b9acb8e44cb2b170c523293a7a.tar.bz2 perlweeklychallenge-club-dc7eb0d5f09d00b9acb8e44cb2b170c523293a7a.zip | |
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 52eb7fb49b..e3c920320f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,49 @@ { + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2020-03-02 00:16:28 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", + "align" : "right", "enabled" : "true", + "y" : 10, "color" : "#FFFFFF", - "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "align" : "right" + "format" : "{point.y:.0f}", + "rotation" : -90 }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -20,44 +51,13 @@ ], [ "Perl", - 2056 + 2058 ], [ "Raku", - 1254 + 1255 ] - ], - "name" : "Contributions" + ] } - ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2020-03-02 00:08:13 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - } + ] } |
