diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-31 18:54:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-31 18:54:41 +0100 |
| commit | 80f2c8c7fa1158cd54afca1155fca0f6726890bb (patch) | |
| tree | f658da814967697e1c2cdbeabc179bb934260a79 /stats/pwc-language-breakdown-summary.json | |
| parent | a0c35154601c3a77379ce91bde9f02af6979c225 (diff) | |
| download | perlweeklychallenge-club-80f2c8c7fa1158cd54afca1155fca0f6726890bb.tar.gz perlweeklychallenge-club-80f2c8c7fa1158cd54afca1155fca0f6726890bb.tar.bz2 perlweeklychallenge-club-80f2c8c7fa1158cd54afca1155fca0f6726890bb.zip | |
- Added blog post by Adam Russell.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index fecbf5f3af..1ba0acee56 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,43 +1,19 @@ { + "legend" : { + "enabled" : "false" + }, "chart" : { "type" : "column" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "subtitle" : { - "text" : "Last updated at 2022-07-31 16:52:58 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" + "text" : "Last updated at 2022-07-31 17:52:47 GMT" }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF" - }, "data" : [ [ "Blog", - 2746 + 2747 ], [ "Perl", @@ -48,16 +24,40 @@ 5084 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}" + } } ], "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" } } |
