diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-08 03:22:10 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-08 03:22:10 +0100 |
| commit | 41baccbf1440fcd9cd88abc370bec2cb462ae278 (patch) | |
| tree | eced56fadfc8cadb53d29476dc08dfc4a6767e68 /stats/pwc-language-breakdown-summary.json | |
| parent | 1fa8221462a52d748a8ec44461e4e8a5ba0ef431 (diff) | |
| download | perlweeklychallenge-club-41baccbf1440fcd9cd88abc370bec2cb462ae278.tar.gz perlweeklychallenge-club-41baccbf1440fcd9cd88abc370bec2cb462ae278.tar.bz2 perlweeklychallenge-club-41baccbf1440fcd9cd88abc370bec2cb462ae278.zip | |
- Raku solution to "Fibonacci Sum" task of week #077.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d37978fe79..2388e1e6e0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,27 @@ { "subtitle" : { - "text" : "Last updated at 2020-09-08 01:51:09 GMT" + "text" : "Last updated at 2020-09-08 02:21:37 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -16,48 +33,31 @@ ], [ "Raku", - 2097 + 2098 ] ], + "name" : "Contributions", "dataLabels" : { + "format" : "{point.y:.0f}", + "align" : "right", "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, "enabled" : "true", - "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "rotation" : -90, - "y" : 10 + } } } ], - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" } } |
