diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-16 03:18:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-16 03:18:59 +0100 |
| commit | 2d08dfcd1f2742e1621be6950a42614b4dbea797 (patch) | |
| tree | 2dc987f354c4500639ec0732ea1882f5442ff96a /stats/pwc-language-breakdown-summary.json | |
| parent | 92bd10397456f42311bdaf723748d90e3873fbe9 (diff) | |
| download | perlweeklychallenge-club-2d08dfcd1f2742e1621be6950a42614b4dbea797.tar.gz perlweeklychallenge-club-2d08dfcd1f2742e1621be6950a42614b4dbea797.tar.bz2 perlweeklychallenge-club-2d08dfcd1f2742e1621be6950a42614b4dbea797.zip | |
- Added solutions by Laurent Rosenfeld.
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 1bfd25399b..837bb5e203 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,53 +1,41 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2021-08-16 02:18:42 GMT" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "color" : "#FFFFFF", - "y" : 10, + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90 + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}" }, + "name" : "Contributions", "data" : [ [ "Blog", - 1800 + 1801 ], [ "Perl", - 5983 + 5984 ], [ "Raku", - 3724 + 3725 ] ] } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2021-08-15 21:35:39 GMT" - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "labels" : { "style" : { @@ -57,7 +45,19 @@ }, "type" : "category" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "chart" : { + "type" : "column" } } |
