diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-02 11:34:51 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-02 11:34:51 +0100 |
| commit | 08e116e40ba3cff85f73e507cbf7895e5ab9f755 (patch) | |
| tree | 120e91ea148a97e608570510d37c82931dda4480 /stats/pwc-language-breakdown-summary.json | |
| parent | 78101acb4ac2981728ab318fae9b34b12618e452 (diff) | |
| download | perlweeklychallenge-club-08e116e40ba3cff85f73e507cbf7895e5ab9f755.tar.gz perlweeklychallenge-club-08e116e40ba3cff85f73e507cbf7895e5ab9f755.tar.bz2 perlweeklychallenge-club-08e116e40ba3cff85f73e507cbf7895e5ab9f755.zip | |
- Added solutions by Dario Mazzeo.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 226a51480b..ff8ca3da01 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,36 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2022-09-02 10:12:18 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" + } + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2022-09-02 10:29:55 GMT" }, "series" : [ { - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF", - "align" : "right", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -51,13 +38,26 @@ ], [ "Perl", - 8741 + 8743 ], [ "Raku", 5231 ] - ] + ], + "dataLabels" : { + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true" + }, + "name" : "Contributions" } ] } |
