aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 21:10:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 21:10:42 +0100
commita636015eef980dbc91fa8216f0cfb942ceaad11a (patch)
tree1f0bc56804253623b7be7ef59f25f3cb0664f5c0 /stats/pwc-language-breakdown-summary.json
parentdaf4bb0038cd73c39a8060da43f6075afbbb3380 (diff)
downloadperlweeklychallenge-club-a636015eef980dbc91fa8216f0cfb942ceaad11a.tar.gz
perlweeklychallenge-club-a636015eef980dbc91fa8216f0cfb942ceaad11a.tar.bz2
perlweeklychallenge-club-a636015eef980dbc91fa8216f0cfb942ceaad11a.zip
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9f111d6c2a..3225b23e79 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,12 +1,9 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-05-04 20:03:30 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-04 20:10:18 GMT"
},
"legend" : {
"enabled" : "false"
@@ -23,41 +20,44 @@
},
"type" : "category"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
+ "dataLabels" : {
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "rotation" : -90,
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF"
+ },
"data" : [
[
"Blog",
- 1531
+ 1532
],
[
"Perl",
- 5226
+ 5228
],
[
"Raku",
3326
]
],
- "name" : "Contributions",
- "dataLabels" : {
- "align" : "right",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90,
- "enabled" : "true",
- "color" : "#FFFFFF"
- }
+ "name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}