diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-25 12:03:03 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-25 12:03:03 +0000 |
| commit | c75e2894588cc7d2e52cb0159e556ee1f3abf7c7 (patch) | |
| tree | 4a46dc97d60b53139658aed03b1dbd3664e052a5 /stats/pwc-language-breakdown-summary.json | |
| parent | 451ea885d7077ad83e1a66349ac41e101f64a8e1 (diff) | |
| download | perlweeklychallenge-club-c75e2894588cc7d2e52cb0159e556ee1f3abf7c7.tar.gz perlweeklychallenge-club-c75e2894588cc7d2e52cb0159e556ee1f3abf7c7.tar.bz2 perlweeklychallenge-club-c75e2894588cc7d2e52cb0159e556ee1f3abf7c7.zip | |
- Added solution by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ad1edc091f..d99d43dbb1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,23 +1,20 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, "series" : [ { "dataLabels" : { - "enabled" : "true", + "align" : "right", + "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", "rotation" : -90, - "color" : "#FFFFFF" + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}" }, "name" : "Contributions", "data" : [ @@ -31,33 +28,36 @@ ], [ "Raku", - 4303 + 4304 ] ] } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-01-25 12:02:08 GMT" + }, + "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" }, - "subtitle" : { - "text" : "Last updated at 2022-01-24 06:38:16 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "legend" : { + "enabled" : "false" } } |
