diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-02-17 12:28:30 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-02-17 12:28:30 +0000 |
| commit | 4f2067cad9a9654d8834d4cfb3db2aae0ecce6f7 (patch) | |
| tree | d3722e8662eb74cedf0ad3f14e949c1213e81e26 /stats/pwc-language-breakdown-summary.json | |
| parent | 73c3626272763de0f4f668e058a1d34738da5a41 (diff) | |
| download | perlweeklychallenge-club-4f2067cad9a9654d8834d4cfb3db2aae0ecce6f7.tar.gz perlweeklychallenge-club-4f2067cad9a9654d8834d4cfb3db2aae0ecce6f7.tar.bz2 perlweeklychallenge-club-4f2067cad9a9654d8834d4cfb3db2aae0ecce6f7.zip | |
- Added my solution to Task #2.
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 814133a432..e2034b1ce5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,27 @@ { + "chart" : { + "type" : "column" + }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "subtitle" : { + "text" : "Last updated at 2020-02-17 12:28:18 GMT" }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right" + }, "data" : [ [ "Blog", @@ -32,32 +29,35 @@ ], [ "Perl", - 1948 + 1949 ], [ "Raku", 1193 ] ], - "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", - "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2020-02-17 10:49:14 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
