aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-03 23:45:10 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-03 23:45:10 +0000
commit2de028dcbeb26213a4cae513a5e7fa971d3cbcb6 (patch)
treef35f2268d59e73bd0db7222ea9ad799c897aee1e /stats/pwc-language-breakdown-summary.json
parente2e043c2e5217ed30db7b0df58e43ce0ea5d1691 (diff)
downloadperlweeklychallenge-club-2de028dcbeb26213a4cae513a5e7fa971d3cbcb6.tar.gz
perlweeklychallenge-club-2de028dcbeb26213a4cae513a5e7fa971d3cbcb6.tar.bz2
perlweeklychallenge-club-2de028dcbeb26213a4cae513a5e7fa971d3cbcb6.zip
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index aa6ec9939c..933b0fb21b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,30 +1,30 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "format" : "{point.y:.0f}",
"align" : "right",
- "y" : 10,
- "color" : "#FFFFFF",
"enabled" : "true",
- "rotation" : -90
+ "color" : "#FFFFFF",
+ "y" : 10
},
"data" : [
[
"Blog",
- 1225
+ 1226
],
[
"Perl",
- 4266
+ 4268
],
[
"Raku",
@@ -33,31 +33,31 @@
]
}
],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-01-03 23:44:50 GMT"
},
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2021-01-03 23:38:17 GMT"
+ "chart" : {
+ "type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
- },
- "chart" : {
- "type" : "column"
}
}