diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-10 08:49:25 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-10 08:49:25 +0000 |
| commit | 07859b78377f3d45539bcd98a5de9dc44c1ad647 (patch) | |
| tree | 39fb6c740bff02d82f29bf3867f1a2d8fa10140c /stats/pwc-language-breakdown-summary.json | |
| parent | 500865fce4bd96c7956e4d6940e9adb6f27fed61 (diff) | |
| download | perlweeklychallenge-club-07859b78377f3d45539bcd98a5de9dc44c1ad647.tar.gz perlweeklychallenge-club-07859b78377f3d45539bcd98a5de9dc44c1ad647.tar.bz2 perlweeklychallenge-club-07859b78377f3d45539bcd98a5de9dc44c1ad647.zip | |
- Added solutions by Dave Jacoby.
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 e140f726fb..06b9220067 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,18 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "data" : [ [ "Blog", @@ -29,35 +20,44 @@ ], [ "Perl", - 2128 + 2130 ], [ "Raku", 1302 ] ], - "dataLabels" : { - "align" : "right", - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - }, "name" : "Contributions" } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "legend" : { "enabled" : "false" }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "Last updated at 2020-03-10 01:08:03 GMT" + "text" : "Last updated at 2020-03-10 08:48:41 GMT" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } |
