aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-26 05:07:14 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-26 05:07:14 +0100
commit1ac0b05188e44ca889ace85bf0e8974d83feb7b6 (patch)
tree2aa25c7fbb4305ff38c9988ef75d691418ed0aad /stats/pwc-language-breakdown-summary.json
parent3d05c596e29d68cd24da0c45d25d183bc75ed5a2 (diff)
downloadperlweeklychallenge-club-1ac0b05188e44ca889ace85bf0e8974d83feb7b6.tar.gz
perlweeklychallenge-club-1ac0b05188e44ca889ace85bf0e8974d83feb7b6.tar.bz2
perlweeklychallenge-club-1ac0b05188e44ca889ace85bf0e8974d83feb7b6.zip
- Moved blog to the correct folder.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6195d55d69..2c66f27ab0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "chart" : {
- "type" : "column"
- },
"legend" : {
"enabled" : "false"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-26 04:06:50 GMT"
},
"series" : [
{
- "dataLabels" : {
- "color" : "#FFFFFF",
- "enabled" : "true",
- "y" : 10,
- "align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "rotation" : -90
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 991
+ 992
],
[
"Perl",
- 3357
+ 3356
],
[
"Raku",
2180
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true"
+ }
}
],
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-25 23:45:46 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}