diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-03 09:37:03 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-03 09:37:03 +0000 |
| commit | 41f8dae6667e8b4215b9f2507d7a2e14236890b9 (patch) | |
| tree | 2d428e4b321e134786e8c5e5cc5b1e0d92df42c7 /stats/pwc-language-breakdown-summary.json | |
| parent | 9c6171ae7ecfd0fe4840439c04e07f003257c27a (diff) | |
| download | perlweeklychallenge-club-41f8dae6667e8b4215b9f2507d7a2e14236890b9.tar.gz perlweeklychallenge-club-41f8dae6667e8b4215b9f2507d7a2e14236890b9.tar.bz2 perlweeklychallenge-club-41f8dae6667e8b4215b9f2507d7a2e14236890b9.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 665088426e..03ae0beb2f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,62 +1,62 @@ { - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2022-01-03 09:35:38 GMT" }, "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2022-01-03 02:58:04 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "enabled" : "true", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, "data" : [ [ "Blog", - 2147 + 2148 ], [ "Perl", - 7004 + 7006 ], [ "Raku", - 4210 + 4212 ] - ], - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "align" : "right", - "format" : "{point.y:.0f}" - } + ] } ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" } |
