diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d711f28396..cea5df493b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "subtitle" : { + "text" : "Last updated at 2022-02-22 09:02:55 GMT" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "align" : "right", + "color" : "#FFFFFF", + "rotation" : -90, + "enabled" : "true", + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", - 2290 + 2291 ], [ "Perl", - 7343 + 7345 ], [ "Raku", 4413 ] ], - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - } + "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "subtitle" : { - "text" : "Last updated at 2022-02-21 20:30:05 GMT" } } |
