diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-19 04:47:46 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-19 04:47:46 +0100 |
| commit | 74bed36e5eafeb25e8cbfbaa52bdb5bf08ab98be (patch) | |
| tree | 9c5e550e6365c927d3c8358f02d20aefb93874f6 /stats/pwc-language-breakdown-summary.json | |
| parent | 3822e63a36a559ed8eb95a4ab9b5f110c72f7a50 (diff) | |
| download | perlweeklychallenge-club-74bed36e5eafeb25e8cbfbaa52bdb5bf08ab98be.tar.gz perlweeklychallenge-club-74bed36e5eafeb25e8cbfbaa52bdb5bf08ab98be.tar.bz2 perlweeklychallenge-club-74bed36e5eafeb25e8cbfbaa52bdb5bf08ab98be.zip | |
- Added Raku solution to the "Product SubArray" task.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 129a76c7cf..b5a40690e1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,7 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -15,49 +13,51 @@ ], [ "Raku", - 1605 + 1606 ] ], - "name" : "Contributions", "dataLabels" : { "y" : 10, - "enabled" : "true", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right" + "enabled" : "true" } } ], - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "subtitle" : { - "text" : "Last updated at 2020-05-19 01:10:16 GMT" + "text" : "Last updated at 2020-05-19 03:46:07 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
