From 40fdf54d7977cbbb0d205429fe995e2fef901e11 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 1 Oct 2019 19:23:51 +0100 Subject: - Added solution by E. Choroba. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'stats/pwc-language-breakdown-summary.json') diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c4d42decb6..90e5e3d300 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,9 @@ { + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { - "dataLabels" : { - "y" : 10, - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "rotation" : -90 - }, "data" : [ [ "Blog", @@ -20,33 +11,36 @@ ], [ "Perl 5", - 1106 + 1107 ], [ "Perl 6", 676 ] ], + "dataLabels" : { + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "enabled" : "true", + "rotation" : -90, + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10 + }, "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2019-10-01 18:20:41 GMT" - }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "chart" : { + "type" : "column" }, "yAxis" : { "title" : { @@ -54,10 +48,16 @@ }, "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "subtitle" : { + "text" : "Last updated at 2019-10-01 18:23:47 GMT" }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } -- cgit