diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-21 20:30:37 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-21 20:30:37 +0100 |
| commit | da8a3e20b12cd9e2d9d4cbba22d0a4c52f77323d (patch) | |
| tree | 568bbfa33326a2458bd782d7514839fcd0089da4 /stats/pwc-language-breakdown-summary.json | |
| parent | c342fc7308a406bda684303ad3aff5dfec107801 (diff) | |
| download | perlweeklychallenge-club-da8a3e20b12cd9e2d9d4cbba22d0a4c52f77323d.tar.gz perlweeklychallenge-club-da8a3e20b12cd9e2d9d4cbba22d0a4c52f77323d.tar.bz2 perlweeklychallenge-club-da8a3e20b12cd9e2d9d4cbba22d0a4c52f77323d.zip | |
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b3d0babf82..62123e7b54 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,42 +2,54 @@ "legend" : { "enabled" : "false" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "enabled" : "true", - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right" - }, "data" : [ [ "Blog", - 160 + 161 ], [ "Perl 5", - 708 + 711 ], [ "Perl 6", 407 ] - ] + ], + "dataLabels" : { + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90 + }, + "name" : "Contributions" } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2019-07-21 19:30:19 GMT" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" @@ -47,17 +59,5 @@ "text" : null }, "min" : 0 - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2019-07-21 19:24:57 GMT" } } |
