diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-14 11:14:27 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-14 11:14:27 +0100 |
| commit | b652acbff8cfa7679ed29e9a09ae7e4504b52865 (patch) | |
| tree | 07316b79f1263780a59e1fd1fa69484ac400a541 /stats/pwc-language-breakdown-summary.json | |
| parent | b47e8a9e2124ce146c2a812ac8509760f37de1f5 (diff) | |
| download | perlweeklychallenge-club-b652acbff8cfa7679ed29e9a09ae7e4504b52865.tar.gz perlweeklychallenge-club-b652acbff8cfa7679ed29e9a09ae7e4504b52865.tar.bz2 perlweeklychallenge-club-b652acbff8cfa7679ed29e9a09ae7e4504b52865.zip | |
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 558bb84a4c..c1aa458203 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,22 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2020-05-14 10:14:12 GMT" }, "series" : [ { - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right" - }, "data" : [ [ "Blog", - 682 + 683 ], [ "Perl", @@ -42,22 +27,37 @@ 1584 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "format" : "{point.y:.0f}" + } } ], - "subtitle" : { - "text" : "Last updated at 2020-05-14 07:11:03 GMT" + "chart" : { + "type" : "column" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "legend" : { + "enabled" : "false" } } |
