aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-30 03:09:03 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-30 03:09:03 +0100
commit852cfa3808a9be29557efca6f12fdefbaf4dbd33 (patch)
tree46b65eaddcf70732df34401022fabe2c57885675 /stats/pwc-language-breakdown-summary.json
parent59d554e137adced6f708fa0df77a468dfde57d8d (diff)
downloadperlweeklychallenge-club-852cfa3808a9be29557efca6f12fdefbaf4dbd33.tar.gz
perlweeklychallenge-club-852cfa3808a9be29557efca6f12fdefbaf4dbd33.tar.bz2
perlweeklychallenge-club-852cfa3808a9be29557efca6f12fdefbaf4dbd33.zip
- Added solutions by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6fbb419b0d..285de40323 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,15 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"chart" : {
"type" : "column"
@@ -18,46 +27,37 @@
],
[
"Raku",
- 3294
+ 3296
]
],
- "name" : "Contributions",
"dataLabels" : {
"color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
- "rotation" : -90,
"y" : 10,
+ "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ },
+ "name" : "Contributions"
}
],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
"subtitle" : {
- "text" : "Last updated at 2021-04-29 16:51:38 GMT"
+ "text" : "Last updated at 2021-04-30 02:08:45 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}