diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-07 01:57:45 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-07 01:57:45 +0100 |
| commit | 22eb742464883cd6918c08dc47ac81eb6502b3ea (patch) | |
| tree | 7f8ad865e2764ab9fdc3aaf26ef678312d827e38 /stats/pwc-language-breakdown-summary.json | |
| parent | f7fff53b62acd0aa5f6c1ec5bf9ffb6a278212bf (diff) | |
| download | perlweeklychallenge-club-22eb742464883cd6918c08dc47ac81eb6502b3ea.tar.gz perlweeklychallenge-club-22eb742464883cd6918c08dc47ac81eb6502b3ea.tar.bz2 perlweeklychallenge-club-22eb742464883cd6918c08dc47ac81eb6502b3ea.zip | |
- Updated stats.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 04603dbe96..9c8cbf18bc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,27 @@ { - "subtitle" : { - "text" : "Last updated at 2019-10-07 00:54:36 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2019-10-07 00:57:25 GMT" }, "series" : [ { @@ -47,17 +41,23 @@ ] ], "dataLabels" : { - "format" : "{point.y:.0f}", - "y" : 10, - "color" : "#FFFFFF", "align" : "right", + "y" : 10, "rotation" : -90, - "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF" } } - ] + ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + } } |
