diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-15 23:14:19 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-15 23:14:19 +0000 |
| commit | 6de4b3814974ce9398f408845bbdccbcbe60286f (patch) | |
| tree | a4eb7e73d5529f84457e42169ec4d64a6a896b8e /stats/pwc-language-breakdown-summary.json | |
| parent | 11cb93f95cc1db530b1fdf75d2152f856e1a36d9 (diff) | |
| download | perlweeklychallenge-club-6de4b3814974ce9398f408845bbdccbcbe60286f.tar.gz perlweeklychallenge-club-6de4b3814974ce9398f408845bbdccbcbe60286f.tar.bz2 perlweeklychallenge-club-6de4b3814974ce9398f408845bbdccbcbe60286f.zip | |
- Added solutions by PokGoPun.
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 40413e3ad0..6787bd48dc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,34 @@ { + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "series" : [ { + "dataLabels" : { + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -8,56 +36,28 @@ ], [ "Perl", - 7480 + 7482 ], [ "Raku", 4495 ] - ], - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "y" : 10 - }, - "name" : "Contributions" + ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "subtitle" : { - "text" : "Last updated at 2022-03-15 22:52:54 GMT" + "text" : "Last updated at 2022-03-15 23:12:36 GMT" }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "type" : "category" } } |
