aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-06 00:11:23 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-06 00:11:23 +0100
commit495b4efc48550381635e1e63406ecdb2840995c5 (patch)
tree1d5962479a88db1793fbb0e18e81ee26a419c5dd /stats/pwc-language-breakdown-summary.json
parent9efe790259998548daf51c28c4c14fb99077e97d (diff)
downloadperlweeklychallenge-club-495b4efc48550381635e1e63406ecdb2840995c5.tar.gz
perlweeklychallenge-club-495b4efc48550381635e1e63406ecdb2840995c5.tar.bz2
perlweeklychallenge-club-495b4efc48550381635e1e63406ecdb2840995c5.zip
- Added solution by Peter Scott.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f46e29426b..d1e586041f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,27 +1,36 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"legend" : {
"enabled" : "false"
},
"subtitle" : {
- "text" : "Last updated at 2021-07-05 23:03:32 GMT"
+ "text" : "Last updated at 2021-07-05 23:11:07 GMT"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "color" : "#FFFFFF"
- },
"data" : [
[
"Blog",
@@ -29,35 +38,26 @@
],
[
"Perl",
- 5700
+ 5701
],
[
"Raku",
3586
]
],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "enabled" : "true"
+ },
"name" : "Contributions"
}
- ],
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- }
+ ]
}