diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-11-02 07:05:36 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-11-02 07:05:36 +0000 |
| commit | 101f074b87a4356d716bf3cce087547cb0959b76 (patch) | |
| tree | e20f7f9cf3eb4f18a480b1aa221ee40a8e42ceda /stats/pwc-language-breakdown-summary.json | |
| parent | c6ed50dffe9799b9c8a48b270b744449dc083acd (diff) | |
| download | perlweeklychallenge-club-101f074b87a4356d716bf3cce087547cb0959b76.tar.gz perlweeklychallenge-club-101f074b87a4356d716bf3cce087547cb0959b76.tar.bz2 perlweeklychallenge-club-101f074b87a4356d716bf3cce087547cb0959b76.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d4c9d14aac..b8951dec14 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,20 +1,26 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "series" : [ { "dataLabels" : { + "rotation" : -90, + "format" : "{point.y:.0f}", "align" : "right", - "color" : "#FFFFFF", - "y" : 10, + "enabled" : "true", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}" + "y" : 10, + "color" : "#FFFFFF" }, "name" : "Contributions", "data" : [ @@ -36,28 +42,22 @@ "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2019-11-02 06:56:10 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "subtitle" : { + "text" : "Last updated at 2019-11-02 07:05:29 GMT" } } |
