aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-07 06:59:13 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-07 06:59:13 +0100
commit6e494938d4b4391fb29ced8bb4d337cf142d9994 (patch)
treefd9d4d44d0b23fa1f65770b487701cc452e0deae /stats/pwc-language-breakdown-summary.json
parent18aa4796294741571efbc43db87173f5cce1828d (diff)
downloadperlweeklychallenge-club-6e494938d4b4391fb29ced8bb4d337cf142d9994.tar.gz
perlweeklychallenge-club-6e494938d4b4391fb29ced8bb4d337cf142d9994.tar.bz2
perlweeklychallenge-club-6e494938d4b4391fb29ced8bb4d337cf142d9994.zip
- Added Perl solutions to Zero Matrix task.
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 0cb5314ea3..5fff0c06ad 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,31 +1,34 @@
{
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
- "subtitle" : {
- "text" : "Last updated at 2020-07-07 03:27:35 GMT"
+ "legend" : {
+ "enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
+ "align" : "right",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
+ "rotation" : -90,
"y" : 10,
- "align" : "right"
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,7 +36,7 @@
],
[
"Perl",
- 2795
+ 2796
],
[
"Raku",
@@ -42,22 +45,19 @@
]
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "subtitle" : {
+ "text" : "Last updated at 2020-07-07 05:59:00 GMT"
},
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}