diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-02 10:56:26 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-02 10:56:26 +0000 |
| commit | abe50443fc73cffd819a05ab7733c4c192797d36 (patch) | |
| tree | 19a9aa7094207894ea13d7cd1ff34dabe4dba4f7 /stats/pwc-language-breakdown-summary.json | |
| parent | adf72db47b4815535ea06c6923ed0db79fac8e15 (diff) | |
| download | perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.tar.gz perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.tar.bz2 perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.zip | |
- Added solutions by Feng Chang.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 64279ae4b5..ef1069f916 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,19 @@ { - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "y" : 10, - "rotation" : -90, + "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, "align" : "right", - "color" : "#FFFFFF" + "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -28,11 +25,14 @@ ], [ "Raku", - 5535 + 5537 ] ] } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "xAxis" : { "type" : "category", "labels" : { @@ -42,22 +42,22 @@ } } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-01 23:36:13 GMT" - }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "subtitle" : { + "text" : "Last updated at 2022-11-02 10:54:01 GMT" } } |
