diff options
| author | Myoungjin JEON <jeongoon@gmail.com> | 2020-10-20 23:24:11 +1100 |
|---|---|---|
| committer | Myoungjin JEON <jeongoon@gmail.com> | 2020-10-20 23:24:11 +1100 |
| commit | 3739e2e9688cd223dae50692e46254adc19de9a0 (patch) | |
| tree | f05040214a822431131c6a2a6f5ab3271cda8cbf /stats/pwc-language-breakdown-summary.json | |
| parent | f243dd3d3349bfdc6292faca8b2e08899552c6b1 (diff) | |
| parent | d244e1d3a5e39ce0fad850b17c0b406ff462ebc1 (diff) | |
| download | perlweeklychallenge-club-3739e2e9688cd223dae50692e46254adc19de9a0.tar.gz perlweeklychallenge-club-3739e2e9688cd223dae50692e46254adc19de9a0.tar.bz2 perlweeklychallenge-club-3739e2e9688cd223dae50692e46254adc19de9a0.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 30c53b0847..65229c0ad5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "subtitle" : { - "text" : "Last updated at 2020-10-19 00:19:00 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right" + "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true" }, "data" : [ [ "Blog", - 1051 + 1052 ], [ "Perl", - 3583 + 3593 ], [ "Raku", - 2295 + 2305 ] - ] + ], + "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2020-10-20 02:34:03 GMT" + }, + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
