diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-30 17:24:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-30 17:24:53 +0100 |
| commit | 2efecf464e73071b1d5b347a67dc972c4ca17075 (patch) | |
| tree | 618d14cdd225a309b8dcc48a72fd412c1627ebc2 /stats/pwc-language-breakdown-summary.json | |
| parent | 2fcde1c089311d581477b237aa46f4e3d294f774 (diff) | |
| download | perlweeklychallenge-club-2efecf464e73071b1d5b347a67dc972c4ca17075.tar.gz perlweeklychallenge-club-2efecf464e73071b1d5b347a67dc972c4ca17075.tar.bz2 perlweeklychallenge-club-2efecf464e73071b1d5b347a67dc972c4ca17075.zip | |
- Added solutions by Robert Ransbottom.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b9c3363400..815daf1a08 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,18 @@ { + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2022-09-30 16:23:07 GMT" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + } }, "chart" : { "type" : "column" @@ -23,9 +23,6 @@ }, "min" : 0 }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "data" : [ @@ -39,25 +36,28 @@ ], [ "Raku", - 5344 + 5346 ] ], + "name" : "Contributions", "dataLabels" : { + "color" : "#FFFFFF", + "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, + "y" : 10, "rotation" : -90, - "align" : "right", "enabled" : "true", - "color" : "#FFFFFF", - "y" : 10, "format" : "{point.y:.0f}" - }, - "name" : "Contributions" + } } ], - "subtitle" : { - "text" : "Last updated at 2022-09-30 16:15:39 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
