aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-05 13:28:11 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-05 13:28:11 +0100
commitf18956fe2d8d4b7dfc78a3bd5d3941fc8f863764 (patch)
tree7ca84caaeb132a7354bd01c69d64dc32658d2807 /stats/pwc-language-breakdown-summary.json
parent154f53459d05b89e9a74d1607bcf90a895c8638f (diff)
downloadperlweeklychallenge-club-f18956fe2d8d4b7dfc78a3bd5d3941fc8f863764.tar.gz
perlweeklychallenge-club-f18956fe2d8d4b7dfc78a3bd5d3941fc8f863764.tar.bz2
perlweeklychallenge-club-f18956fe2d8d4b7dfc78a3bd5d3941fc8f863764.zip
- Added solutions by Shahed Nooshmand.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index cb8575c173..9f4e4644c9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,40 +1,29 @@
{
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "subtitle" : {
+ "text" : "Last updated at 2020-07-05 12:27:34 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
- "subtitle" : {
- "text" : "Last updated at 2020-07-05 07:58:22 GMT"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 784
+ 785
],
[
"Perl",
@@ -42,22 +31,33 @@
],
[
"Raku",
- 1777
+ 1779
]
],
- "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "y" : 10,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"align" : "right",
- "rotation" : -90,
"enabled" : "true",
- "y" : 10,
- "color" : "#FFFFFF"
+ "format" : "{point.y:.0f}"
+ }
+ }
+ ],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
- ]
+ }
}