aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-02 07:23:49 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-02 07:23:49 +0100
commit226f45d48fb3dd9cb30034ebdf65e2eb1d281ded (patch)
tree625e287fa5a69b1b2518385751e4564a30fb3c47 /stats/pwc-language-breakdown-summary.json
parentbec032f9ed6184666bcc342527fbdc0933d463a4 (diff)
downloadperlweeklychallenge-club-226f45d48fb3dd9cb30034ebdf65e2eb1d281ded.tar.gz
perlweeklychallenge-club-226f45d48fb3dd9cb30034ebdf65e2eb1d281ded.tar.bz2
perlweeklychallenge-club-226f45d48fb3dd9cb30034ebdf65e2eb1d281ded.zip
- Added solutions by Kueppo Wesley.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b67cca2acb..0f7866a0c1 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,31 +1,19 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
+ "format" : "{point.y:.0f}",
"y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
+ "rotation" : -90,
"align" : "right",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "enabled" : "true"
+ "enabled" : "true",
+ "color" : "#FFFFFF"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,7 +21,7 @@
],
[
"Perl",
- 7922
+ 7924
],
[
"Raku",
@@ -42,20 +30,32 @@
]
}
],
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"subtitle" : {
- "text" : "Last updated at 2022-05-02 03:30:20 GMT"
+ "text" : "Last updated at 2022-05-02 06:21:28 GMT"
},
"chart" : {
"type" : "column"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "yAxis" : {
+ "title" : {
+ "text" : null
},
- "type" : "category"
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"legend" : {
"enabled" : "false"