diff options
| author | Dave Jacoby <jacoby.david@gmail.com> | 2021-08-16 15:30:40 -0400 |
|---|---|---|
| committer | Dave Jacoby <jacoby.david@gmail.com> | 2021-08-16 15:30:40 -0400 |
| commit | 637f7bbeceeaf4a26e1e6ecba8c6fcb308790bb3 (patch) | |
| tree | 9809af6d10a767e998f569b80cabfdeb979ece95 /stats/pwc-language-breakdown-summary.json | |
| parent | 989dcde471a30935b8e51c557b971496963caffc (diff) | |
| parent | d9bbad705412903ffd55fb8c07bedcaeae734f85 (diff) | |
| download | perlweeklychallenge-club-637f7bbeceeaf4a26e1e6ecba8c6fcb308790bb3.tar.gz perlweeklychallenge-club-637f7bbeceeaf4a26e1e6ecba8c6fcb308790bb3.tar.bz2 perlweeklychallenge-club-637f7bbeceeaf4a26e1e6ecba8c6fcb308790bb3.zip | |
Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e684a0afae..9eee64213f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "legend" : { - "enabled" : "false" - }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" }, - "chart" : { - "type" : "column" - }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "enabled" : "true", - "format" : "{point.y:.0f}", + "y" : 10, "align" : "right", - "rotation" : -90 + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true" }, - "name" : "Contributions", "data" : [ [ "Blog", - 1792 + 1801 ], [ "Perl", - 5958 + 5985 ], [ "Raku", - 3709 + 3725 ] - ] + ], + "name" : "Contributions" } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "subtitle" : { + "text" : "Last updated at 2021-08-16 12:03:03 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "subtitle" : { - "text" : "Last updated at 2021-08-11 20:01:30 GMT" + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } |
