aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-07 04:47:42 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-07 04:47:42 +0000
commite69eb5e1e357c46cb7f256345dc37a670d83c4e1 (patch)
tree3bbe636ffbbb719e0e69f212e73ad601609457b0 /stats/pwc-language-breakdown-summary.json
parentd1e02afff86a6891c02d5f1c78802c06ae9d2021 (diff)
downloadperlweeklychallenge-club-e69eb5e1e357c46cb7f256345dc37a670d83c4e1.tar.gz
perlweeklychallenge-club-e69eb5e1e357c46cb7f256345dc37a670d83c4e1.tar.bz2
perlweeklychallenge-club-e69eb5e1e357c46cb7f256345dc37a670d83c4e1.zip
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 12f379133c..740b5bea7b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90,
- "y" : 10,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1160
+ 1162
],
[
"Perl",
- 4015
+ 4017
],
[
"Raku",
- 2642
+ 2644
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "enabled" : "true"
+ }
}
],
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"subtitle" : {
- "text" : "Last updated at 2020-12-07 03:58:58 GMT"
+ "text" : "Last updated at 2020-12-07 04:47:30 GMT"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
}
}