diff options
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 74743153a4..f23cf6841f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,30 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2022-07-20 10:55:33 GMT" + "text" : "Last updated at 2022-07-20 15:07:40 GMT" }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -20,39 +32,27 @@ ], [ "Perl", - 8464 + 8466 ], [ "Raku", - 5040 + 5042 ] ], - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right" - }, "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" }, "yAxis" : { "title" : { |
