diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 13:39:54 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 13:39:54 +0100 |
| commit | a7a5d5a80dae8b5243fdedf2cd62ff90b7996e99 (patch) | |
| tree | 1c628d29394c5abd57b0e20ccd144817e628664d /stats/pwc-language-breakdown-summary.json | |
| parent | 695339d6f95a4831e3652b8b7f67d9c43e61b22b (diff) | |
| download | perlweeklychallenge-club-a7a5d5a80dae8b5243fdedf2cd62ff90b7996e99.tar.gz perlweeklychallenge-club-a7a5d5a80dae8b5243fdedf2cd62ff90b7996e99.tar.bz2 perlweeklychallenge-club-a7a5d5a80dae8b5243fdedf2cd62ff90b7996e99.zip | |
- Added solutions by Peter Campbell Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d19ccce148..c28aa262b5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,50 +1,44 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2022-06-07 12:12:06 GMT" + "text" : "Last updated at 2022-06-07 12:37:23 GMT" }, "series" : [ { "dataLabels" : { - "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}", "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "align" : "right", - "format" : "{point.y:.0f}" + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true" }, "data" : [ [ "Blog", - 2598 + 2599 ], [ "Perl", - 8158 + 8160 ], [ "Raku", @@ -54,10 +48,16 @@ "name" : "Contributions" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } |
