diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-22 11:21:51 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-22 11:21:51 +0100 |
| commit | ae8dcfbd3166ee486ab68fe22ddf9f32eccc9fba (patch) | |
| tree | ab5c438bccc7eece911ba2ea85f7af5b6329d65e /stats/pwc-language-breakdown-summary.json | |
| parent | 7dbcfd05013fc8a7a43d99f456320d996eb3e37d (diff) | |
| download | perlweeklychallenge-club-ae8dcfbd3166ee486ab68fe22ddf9f32eccc9fba.tar.gz perlweeklychallenge-club-ae8dcfbd3166ee486ab68fe22ddf9f32eccc9fba.tar.bz2 perlweeklychallenge-club-ae8dcfbd3166ee486ab68fe22ddf9f32eccc9fba.zip | |
- Added solution by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 13dfa00c64..436a54cb49 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,35 +1,20 @@ { - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { "dataLabels" : { - "y" : 10, - "enabled" : "true", - "rotation" : -90, - "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" + "enabled" : "true", + "rotation" : -90, + "y" : 10, + "align" : "right" }, "name" : "Contributions", "data" : [ @@ -43,21 +28,36 @@ ], [ "Raku", - 3746 + 3747 ] ] } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2021-08-22 10:21:24 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } - }, - "subtitle" : { - "text" : "Last updated at 2021-08-22 04:21:59 GMT" + }, + "type" : "category" } } |
