diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-17 20:50:27 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-17 20:50:27 +0000 |
| commit | 4e5406f39834b68dbeb125f3ecd16c10f5b77271 (patch) | |
| tree | 4f866397e471710a5d6e7ef12ef4e11ec3ee4a7c /stats/pwc-language-breakdown-summary.json | |
| parent | 54ee5c69392784fc504b9e8681c86e61c2e3aaad (diff) | |
| download | perlweeklychallenge-club-4e5406f39834b68dbeb125f3ecd16c10f5b77271.tar.gz perlweeklychallenge-club-4e5406f39834b68dbeb125f3ecd16c10f5b77271.tar.bz2 perlweeklychallenge-club-4e5406f39834b68dbeb125f3ecd16c10f5b77271.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0e6df7fde1..ef5c78c9e2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,28 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2022-02-17 20:48:49 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "series" : [ { "name" : "Contributions", @@ -9,55 +33,31 @@ ], [ "Perl", - 7304 + 7306 ], [ "Raku", - 4387 + 4389 ] ], "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "enabled" : "true" + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}" } } ], - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2022-02-17 20:02:09 GMT" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" } } |
