aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-15 22:21:36 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-15 22:21:36 +0100
commit1ff01550868251c8fb7bc0f3729d8c47bc8a375f (patch)
treebe9930df6c956a3a46b6a4d093d363316226a438 /stats/pwc-language-breakdown-summary.json
parent5e0fbeae30637c44e522dc2df7272885f22b0357 (diff)
downloadperlweeklychallenge-club-1ff01550868251c8fb7bc0f3729d8c47bc8a375f.tar.gz
perlweeklychallenge-club-1ff01550868251c8fb7bc0f3729d8c47bc8a375f.tar.bz2
perlweeklychallenge-club-1ff01550868251c8fb7bc0f3729d8c47bc8a375f.zip
- Added Raku solution to "Leader Element" task.
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 56ac40b555..70945bf6b9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,33 +1,18 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"subtitle" : {
- "text" : "Last updated at 2020-09-15 19:34:40 GMT"
+ "text" : "Last updated at 2020-09-15 21:21:24 GMT"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
"series" : [
{
@@ -43,21 +28,36 @@
],
[
"Raku",
- 2134
+ 2135
]
],
"dataLabels" : {
- "rotation" : -90,
- "y" : 10,
- "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
"align" : "right",
"enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
+ },
+ "y" : 10,
+ "rotation" : -90
}
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ }
}