diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-17 22:13:12 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-17 22:13:12 +0100 |
| commit | 4a4cef8fc679ab2692253ca047a1bb9c46c58e8e (patch) | |
| tree | a78e59e6637a6718d3d0fc237b0e6afd309a0252 /stats/pwc-language-breakdown-summary.json | |
| parent | 43d2aefd27bb6835d84e43e618f5a981e431d88d (diff) | |
| download | perlweeklychallenge-club-4a4cef8fc679ab2692253ca047a1bb9c46c58e8e.tar.gz perlweeklychallenge-club-4a4cef8fc679ab2692253ca047a1bb9c46c58e8e.tar.bz2 perlweeklychallenge-club-4a4cef8fc679ab2692253ca047a1bb9c46c58e8e.zip | |
- Added solutions by Robert Ransbottom.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b891e776b8..0164ae4a99 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,34 @@ { + "subtitle" : { + "text" : "Last updated at 2022-06-17 21:05:30 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "series" : [ { "name" : "Contributions", @@ -13,51 +43,21 @@ ], [ "Raku", - 4880 + 4882 ] ], "dataLabels" : { + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "y" : 10, "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right", - "enabled" : "true" + "enabled" : "true", + "rotation" : -90 } } - ], - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2022-06-17 19:25:02 GMT" - } + ] } |
