diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-27 12:22:19 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-27 12:22:19 +0100 |
| commit | dae60576790de4fecf6c60be95b25d59090fb626 (patch) | |
| tree | 9bab198e04ff9a98894c7ebe12ddec7e97dc0138 /stats/pwc-language-breakdown-summary.json | |
| parent | e913cf8a7a77aeaf904ff07a45ba2230591139f2 (diff) | |
| download | perlweeklychallenge-club-dae60576790de4fecf6c60be95b25d59090fb626.tar.gz perlweeklychallenge-club-dae60576790de4fecf6c60be95b25d59090fb626.tar.bz2 perlweeklychallenge-club-dae60576790de4fecf6c60be95b25d59090fb626.zip | |
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a988d994f2..ebe40a5660 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,41 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "series" : [ { - "name" : "Contributions", "dataLabels" : { + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "align" : "right", + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "enabled" : "true", - "align" : "right", - "y" : 10, - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" + "color" : "#FFFFFF" }, "data" : [ [ @@ -25,39 +48,16 @@ ], [ "Perl 6", - 556 + 558 ] - ] + ], + "name" : "Contributions" } ], - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2019-08-26 19:39:05 GMT" + "text" : "Last updated at 2019-08-27 11:22:13 GMT" }, "legend" : { "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" } } |
