aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-10 07:38:01 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-10 07:38:01 +0000
commit57b0889a96a840210e23aea7bbcdb829dd4f2ca2 (patch)
tree444f40e1b998c07456f04ca7cad4369537b42ab6 /stats/pwc-language-breakdown-summary.json
parent34807742ac3b9f6884ef5a4343bcbed5cc2c9c2a (diff)
downloadperlweeklychallenge-club-57b0889a96a840210e23aea7bbcdb829dd4f2ca2.tar.gz
perlweeklychallenge-club-57b0889a96a840210e23aea7bbcdb829dd4f2ca2.tar.bz2
perlweeklychallenge-club-57b0889a96a840210e23aea7bbcdb829dd4f2ca2.zip
- Added solutions by Pete Houston.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a85aef9d72..45af4a2b3d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,39 +1,36 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
+ }
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"subtitle" : {
- "text" : "Last updated at 2021-02-10 00:17:32 GMT"
+ "text" : "Last updated at 2021-02-10 07:37:29 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "enabled" : "true",
- "color" : "#FFFFFF",
- "y" : 10,
- "align" : "right"
- },
"data" : [
[
"Blog",
@@ -41,23 +38,26 @@
],
[
"Perl",
- 4602
+ 4604
],
[
"Raku",
2978
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "enabled" : "true"
+ }
}
- ],
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- }
+ ]
}