diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-05-01 04:25:10 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-05-01 04:25:10 +0100 |
| commit | da3143493081d2b1a3e03cff8213bc906174d81b (patch) | |
| tree | 25f9e45e2a55586f31048be1ae14b65ec1a7d890 /stats/pwc-language-breakdown-summary.json | |
| parent | 7f415b9dad051ab6ef7c87b04cce80848503d401 (diff) | |
| download | perlweeklychallenge-club-da3143493081d2b1a3e03cff8213bc906174d81b.tar.gz perlweeklychallenge-club-da3143493081d2b1a3e03cff8213bc906174d81b.tar.bz2 perlweeklychallenge-club-da3143493081d2b1a3e03cff8213bc906174d81b.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b5b87d79ca..36dc4393c4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "subtitle" : { - "text" : "Last updated at 2023-04-30 23:50:41 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "y" : 10, - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "format" : "{point.y:.0f}" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 3525 + 3526 ], [ "Perl", - 10891 + 10893 ], [ "Raku", - 6320 + 6322 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true" + } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "legend" : { "enabled" : "false" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "subtitle" : { + "text" : "Last updated at 2023-05-01 02:55:04 GMT" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2023]" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
