aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-26 14:16:22 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-26 14:16:22 +0100
commit228f324fa830e59f51eafba57a3e3e6d145c3ce1 (patch)
tree4063364c52e2e5520f15a46def7371c7caad07ed /stats/pwc-language-breakdown-summary.json
parent43d67dc2e00080bd3020c7cbf9d2ccaec8c21cf1 (diff)
downloadperlweeklychallenge-club-228f324fa830e59f51eafba57a3e3e6d145c3ce1.tar.gz
perlweeklychallenge-club-228f324fa830e59f51eafba57a3e3e6d145c3ce1.tar.bz2
perlweeklychallenge-club-228f324fa830e59f51eafba57a3e3e6d145c3ce1.zip
- Added weekly blog #070.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 72d21f743d..9ce30fb83b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,39 +2,24 @@
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-07-26 03:50:47 GMT"
- },
"series" : [
{
"dataLabels" : {
- "y" : 10,
"rotation" : -90,
"enabled" : "true",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "color" : "#FFFFFF",
"align" : "right",
- "format" : "{point.y:.0f}"
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "y" : 10
},
"data" : [
[
"Blog",
- 832
+ 833
],
[
"Perl",
@@ -48,16 +33,31 @@
"name" : "Contributions"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-07-26 13:16:11 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "type" : "category"
}
}