diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-13 00:09:36 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-13 00:09:36 +0000 |
| commit | bf2016e22f929ec73e118b8cb0c179abc1c88f98 (patch) | |
| tree | aed7710f455c4085175f3a747a125108292c733a /stats/pwc-language-breakdown-summary.json | |
| parent | 47fadd0f2ce5defd4aaf73116623728a6a2b17d3 (diff) | |
| download | perlweeklychallenge-club-bf2016e22f929ec73e118b8cb0c179abc1c88f98.tar.gz perlweeklychallenge-club-bf2016e22f929ec73e118b8cb0c179abc1c88f98.tar.bz2 perlweeklychallenge-club-bf2016e22f929ec73e118b8cb0c179abc1c88f98.zip | |
- Added blog by James Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 2bcd8926bb..1bef88606c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,14 +1,16 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-02-13 00:08:58 GMT" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 1324 + 1326 ], [ "Perl", @@ -21,38 +23,36 @@ ], "dataLabels" : { "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, + "color" : "#FFFFFF", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "y" : 10, + "rotation" : -90, "align" : "right", - "color" : "#FFFFFF" - } + "y" : 10, + "enabled" : "true" + }, + "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "subtitle" : { - "text" : "Last updated at 2021-02-13 00:01:01 GMT" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" }, "yAxis" : { "title" : { |
