diff options
| author | Luis Mochan <mochan@fis.unam.mx> | 2022-01-25 10:19:01 -0600 |
|---|---|---|
| committer | Luis Mochan <mochan@fis.unam.mx> | 2022-01-25 10:19:01 -0600 |
| commit | 561e41f477322fe86e8d1012232be050a2f264c2 (patch) | |
| tree | 624abe8a890049dabcf4e1ba7eea1f257003c8ee /stats/pwc-language-breakdown-summary.json | |
| parent | c27eda7a3c0ef6156d793447efe52af90b9ca634 (diff) | |
| parent | 4adb8b85517349f572994ae042eccf2d7327a2ee (diff) | |
| download | perlweeklychallenge-club-561e41f477322fe86e8d1012232be050a2f264c2.tar.gz perlweeklychallenge-club-561e41f477322fe86e8d1012232be050a2f264c2.tar.bz2 perlweeklychallenge-club-561e41f477322fe86e8d1012232be050a2f264c2.zip | |
Merge branch 'master' of github.com:manwar/perlweeklychallenge-club into challenges
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ad1edc091f..4e12766bcd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,9 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2022-01-25 12:07:05 GMT" }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -27,23 +11,33 @@ ], [ "Perl", - 7150 + 7151 ], [ "Raku", - 4303 + 4304 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "format" : "{point.y:.0f}" + } } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "legend" : { + "enabled" : "false" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "xAxis" : { "type" : "category", @@ -54,10 +48,16 @@ } } }, - "subtitle" : { - "text" : "Last updated at 2022-01-24 06:38:16 GMT" + "chart" : { + "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } |
