aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-22 11:19:23 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-22 11:19:23 +0100
commit3318ff63b12169b1c7ba3550c19484460eb1ea5a (patch)
treef126487f43ceccd5d3bb32d2207b85725c3f9c84 /stats/pwc-language-breakdown-summary.json
parent5e0c93b63a5171e20b125930b139e35cf43381b4 (diff)
downloadperlweeklychallenge-club-3318ff63b12169b1c7ba3550c19484460eb1ea5a.tar.gz
perlweeklychallenge-club-3318ff63b12169b1c7ba3550c19484460eb1ea5a.tar.bz2
perlweeklychallenge-club-3318ff63b12169b1c7ba3550c19484460eb1ea5a.zip
- Added solutions by Bartosz Jarzyna.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 27a3bc789c..12c1dcf71f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,9 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2020-08-22 10:19:08 GMT"
+ },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "y" : 10,
- "align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF"
- },
"data" : [
[
"Blog",
@@ -21,41 +11,51 @@
],
[
"Perl",
- 3077
+ 3079
],
[
"Raku",
2007
]
- ]
+ ],
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10,
+ "align" : "right"
+ },
+ "name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-08-21 18:40:53 GMT"
- },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"