aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-12 12:47:32 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-12 12:47:32 +0100
commitc5bd1df5746df35fc99432dd76940f9f6ae6e2df (patch)
treeecb2f6477cfc9d363c20d3a1c513c19d620bdc7b /stats/pwc-language-breakdown-summary.json
parent1613ac6effd9d61306af1c8eb8917462b5bc874c (diff)
downloadperlweeklychallenge-club-c5bd1df5746df35fc99432dd76940f9f6ae6e2df.tar.gz
perlweeklychallenge-club-c5bd1df5746df35fc99432dd76940f9f6ae6e2df.tar.bz2
perlweeklychallenge-club-c5bd1df5746df35fc99432dd76940f9f6ae6e2df.zip
- Added blog by Colin Crain.
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 6cf4c12896..90d28020cd 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,52 +1,41 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-09-12 11:27:56 GMT"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"chart" : {
"type" : "column"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-12 11:47:16 GMT"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
- "dataLabels" : {
- "y" : 10,
- "enabled" : "true",
- "rotation" : -90,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 960
+ 961
],
[
"Perl",
@@ -57,7 +46,18 @@
2110
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
}
]
}