aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-12 01:53:32 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-12 01:53:32 +0100
commit00887f3543dccc84ec5f40bd463f638852023ca5 (patch)
tree1cab481a22580ba056bcdea52b10972ce740850b /stats/pwc-language-breakdown-summary.json
parentee3b89e38878a17ff678323b3bcd4036dcfdf346 (diff)
downloadperlweeklychallenge-club-00887f3543dccc84ec5f40bd463f638852023ca5.tar.gz
perlweeklychallenge-club-00887f3543dccc84ec5f40bd463f638852023ca5.tar.bz2
perlweeklychallenge-club-00887f3543dccc84ec5f40bd463f638852023ca5.zip
- Added solutions by Jaldhar H. Vyas.
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 13338ff1b1..1cdd4bf811 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,12 +1,18 @@
{
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-04-12 00:53:11 GMT"
},
"yAxis" : {
"title" : {
@@ -14,41 +20,35 @@
},
"min" : 0
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "align" : "right",
+ "enabled" : "true",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}"
+ },
"data" : [
[
"Blog",
- 1455
+ 1456
],
[
"Perl",
- 5043
+ 5045
],
[
"Raku",
- 3216
+ 3218
]
],
- "name" : "Contributions",
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "y" : 10,
- "align" : "right",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "enabled" : "true"
- }
+ "name" : "Contributions"
}
],
"legend" : {
@@ -57,7 +57,7 @@
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "subtitle" : {
- "text" : "Last updated at 2021-04-11 22:26:59 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}