diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 49020ac9bd..4e79a9acee 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,17 @@ { + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 151 + 152 ], [ "Perl 5", @@ -15,49 +22,42 @@ 387 ] ], - "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right", "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true" + "enabled" : "true", + "format" : "{point.y:.0f}" } } ], "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, "subtitle" : { - "text" : "Last updated at 2019-07-15 15:58:58 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "text" : "Last updated at 2019-07-15 17:06:50 GMT" }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } |
