diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-04 18:15:57 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-04 18:15:57 +0100 |
| commit | 45acbf218d7cb9d413fe74d49c8e4ccc529bdf9b (patch) | |
| tree | 587ad5ea3d9498e444f4c187f7bc7e2bd5abdcb8 /stats/pwc-language-breakdown-summary.json | |
| parent | 836d38f7f0a03d3f130d77b60d9582ff72169176 (diff) | |
| download | perlweeklychallenge-club-45acbf218d7cb9d413fe74d49c8e4ccc529bdf9b.tar.gz perlweeklychallenge-club-45acbf218d7cb9d413fe74d49c8e4ccc529bdf9b.tar.bz2 perlweeklychallenge-club-45acbf218d7cb9d413fe74d49c8e4ccc529bdf9b.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ec783ccf0e..daacf6b4df 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2020-07-04 16:39:40 GMT" - }, "series" : [ { + "dataLabels" : { + "y" : 10, + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions", "data" : [ [ "Blog", - 780 + 781 ], [ "Perl", - 2779 + 2781 ], [ "Raku", - 1775 + 1777 ] - ], - "dataLabels" : { - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "enabled" : "true", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "name" : "Contributions" + ] } ], + "subtitle" : { + "text" : "Last updated at 2020-07-04 17:14:22 GMT" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "legend" : { "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } |
