aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-30 21:35:37 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-30 21:35:37 +0100
commitc8ec3ece4a3481a734b6249072d9f55dd5d0c434 (patch)
tree58e8ea4b0f7598d0518144d76d179d08e2bacfc4 /stats/pwc-language-breakdown-summary.json
parentb0702976dc81d9d0e787f2caa72d01cebca34591 (diff)
downloadperlweeklychallenge-club-c8ec3ece4a3481a734b6249072d9f55dd5d0c434.tar.gz
perlweeklychallenge-club-c8ec3ece4a3481a734b6249072d9f55dd5d0c434.tar.bz2
perlweeklychallenge-club-c8ec3ece4a3481a734b6249072d9f55dd5d0c434.zip
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f6c91d2f77..04537654a9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,29 +1,30 @@
{
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-05-30 20:08:47 GMT"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1599
+ 1601
],
[
"Perl",
- 5398
+ 5400
],
[
"Raku",
@@ -31,33 +32,32 @@
]
],
"dataLabels" : {
+ "y" : 10,
"color" : "#FFFFFF",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
"align" : "right",
- "rotation" : -90,
- "y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- }
- },
- "name" : "Contributions"
+ },
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true"
+ }
}
],
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
"legend" : {
"enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-30 20:34:52 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}