aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-09 06:45:20 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-09 06:45:20 +0000
commit151d458b10d4ca145abbfcc45b801504618a69f6 (patch)
treeae4c4d291f55c63c3ef3df45a669eef1726b623e /stats/pwc-language-breakdown-summary.json
parentcc7bfcadd278f42c880cbccf5aba1302b1947d5e (diff)
downloadperlweeklychallenge-club-151d458b10d4ca145abbfcc45b801504618a69f6.tar.gz
perlweeklychallenge-club-151d458b10d4ca145abbfcc45b801504618a69f6.tar.bz2
perlweeklychallenge-club-151d458b10d4ca145abbfcc45b801504618a69f6.zip
- Added blog by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 0f03406987..5a707ec824 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,26 +1,53 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-02-09 06:45:04 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
"name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "y" : 10
+ },
"data" : [
[
"Blog",
- 490
+ 491
],
[
"Perl",
@@ -30,34 +57,7 @@
"Raku",
1154
]
- ],
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10,
- "rotation" : -90,
- "enabled" : "true",
- "color" : "#FFFFFF",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ ]
}
- ],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-02-09 05:49:04 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- }
+ ]
}