diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-27 11:03:04 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-27 11:03:04 +0000 |
| commit | 01cfbda737e866e75f9ecaaa91ed89b385922f9b (patch) | |
| tree | 276cc0bec7497f0815fc445e21711afa170a2622 /stats/pwc-language-breakdown-summary.json | |
| parent | d183a52dd2af011c0a172b20d9d52f526035e1fd (diff) | |
| download | perlweeklychallenge-club-01cfbda737e866e75f9ecaaa91ed89b385922f9b.tar.gz perlweeklychallenge-club-01cfbda737e866e75f9ecaaa91ed89b385922f9b.tar.bz2 perlweeklychallenge-club-01cfbda737e866e75f9ecaaa91ed89b385922f9b.zip | |
- Added solution by Andrew Shitov.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 46a1706654..82cd519116 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,39 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-12-27 11:00:57 GMT" }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "align" : "right", + "enabled" : "true", + "y" : 10 + }, "data" : [ [ "Blog", @@ -18,46 +45,19 @@ ], [ "Raku", - 4190 + 4191 ] ], - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "rotation" : -90, - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true" - } + "name" : "Contributions" } ], - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2021-12-27 10:50:54 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } |
