diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-28 22:33:28 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-28 22:33:28 +0000 |
| commit | 2baaad9e82d388b37310cc6d7acf7605b658cccb (patch) | |
| tree | 739c84b791e33cfa5d7af7d19527658b9eaa9bb9 /stats/pwc-language-breakdown-summary.json | |
| parent | 13e64bcb25a952c2b4f82d3edaf298ada4f855b5 (diff) | |
| download | perlweeklychallenge-club-2baaad9e82d388b37310cc6d7acf7605b658cccb.tar.gz perlweeklychallenge-club-2baaad9e82d388b37310cc6d7acf7605b658cccb.tar.bz2 perlweeklychallenge-club-2baaad9e82d388b37310cc6d7acf7605b658cccb.zip | |
- Added guest contributions by Conor Hoekstra.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index eed86b687a..670587558e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,45 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "legend" : { "enabled" : "false" }, + "subtitle" : { + "text" : "Last updated at 2021-12-28 22:25:33 GMT" + }, "series" : [ { - "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -25,39 +54,10 @@ 4198 ] ], - "dataLabels" : { - "rotation" : -90, - "align" : "right", - "enabled" : "true", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "y" : 10 - } + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2021-12-28 20:24:53 GMT" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
