aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-25 20:10:43 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-25 20:10:43 +0000
commit3d3900a2f0f69c54a34683e4e1b5da007b4af9d9 (patch)
treea5ad00f261ad307a2a70f92a83583ad9d9c196b4 /stats/pwc-language-breakdown-summary.json
parentba5b489d11e8e9922b783fc9f6172b3b4b7ee023 (diff)
downloadperlweeklychallenge-club-3d3900a2f0f69c54a34683e4e1b5da007b4af9d9.tar.gz
perlweeklychallenge-club-3d3900a2f0f69c54a34683e4e1b5da007b4af9d9.tar.bz2
perlweeklychallenge-club-3d3900a2f0f69c54a34683e4e1b5da007b4af9d9.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b07d0c65e1..3a802b438e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,21 @@
{
"subtitle" : {
- "text" : "Last updated at 2021-01-25 19:55:46 GMT"
+ "text" : "Last updated at 2021-01-25 20:03:39 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"series" : [
{
- "dataLabels" : {
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "y" : 10,
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "enabled" : "true"
- },
"data" : [
[
"Blog",
@@ -23,41 +23,41 @@
],
[
"Perl",
- 4474
+ 4476
],
[
"Raku",
- 2916
+ 2918
]
],
+ "dataLabels" : {
+ "enabled" : "true",
+ "align" : "right",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "y" : 10
+ },
"name" : "Contributions"
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
"chart" : {
"type" : "column"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
}
}