aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-29 11:07:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-29 11:07:42 +0100
commita92f8a44dbc35ff8fd6654e880e9de2b44cd7e37 (patch)
treebfcd8f4441b711c7aa3577e76b133bf3d1858dd8 /stats/pwc-language-breakdown-summary.json
parentb9c13c115f80f4bfbdfc942c9908e94b28bb7a6b (diff)
downloadperlweeklychallenge-club-a92f8a44dbc35ff8fd6654e880e9de2b44cd7e37.tar.gz
perlweeklychallenge-club-a92f8a44dbc35ff8fd6654e880e9de2b44cd7e37.tar.bz2
perlweeklychallenge-club-a92f8a44dbc35ff8fd6654e880e9de2b44cd7e37.zip
- Added BLOG 056 by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 60212bc762..1166f575ee 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,6 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-04-29 00:20:31 GMT"
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
"min" : 0,
@@ -11,12 +8,22 @@
"text" : null
}
},
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-04-29 10:07:33 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 645
+ 646
],
[
"Perl",
@@ -28,34 +35,27 @@
]
],
"dataLabels" : {
+ "align" : "right",
"y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "enabled" : "true",
"format" : "{point.y:.0f}",
"rotation" : -90,
- "color" : "#FFFFFF",
- "align" : "right"
- },
- "name" : "Contributions"
+ "enabled" : "true",
+ "color" : "#FFFFFF"
+ }
}
],
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
- },
- "legend" : {
- "enabled" : "false"
+ },
+ "type" : "category"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"