aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-28 01:52:23 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-28 01:52:23 +0100
commit8c58aefe265953e2dde7b1c826423d583bf749bf (patch)
tree9946ce830ea2779a70aa92257d91eb6bb33b777f /stats/pwc-language-breakdown-summary.json
parent32f85772c30b845665d20508cdb2cfde8d358060 (diff)
downloadperlweeklychallenge-club-8c58aefe265953e2dde7b1c826423d583bf749bf.tar.gz
perlweeklychallenge-club-8c58aefe265953e2dde7b1c826423d583bf749bf.tar.bz2
perlweeklychallenge-club-8c58aefe265953e2dde7b1c826423d583bf749bf.zip
- Added blog 079.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 824fa59817..a393068467 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,53 +1,25 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"legend" : {
"enabled" : "false"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2020-09-27 23:00:29 GMT"
- },
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "rotation" : -90,
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
"y" : 10,
- "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true",
"align" : "right"
},
"data" : [
[
"Blog",
- 998
+ 999
],
[
"Perl",
@@ -57,7 +29,35 @@
"Raku",
2186
]
- ]
+ ],
+ "name" : "Contributions"
}
- ]
+ ],
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-28 00:52:06 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ }
}