aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-30 20:10:10 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-30 20:10:10 +0100
commit35f42cf29de82ca8187d6c7c6d3f77d2ca8f7ccc (patch)
tree9949225d8f62cb5f69e126e50a37d4adc64342fc /stats/pwc-language-breakdown-summary.json
parent35801ee634de39fd2b8b59b293c1edcaebf87a0d (diff)
downloadperlweeklychallenge-club-35f42cf29de82ca8187d6c7c6d3f77d2ca8f7ccc.tar.gz
perlweeklychallenge-club-35f42cf29de82ca8187d6c7c6d3f77d2ca8f7ccc.tar.bz2
perlweeklychallenge-club-35f42cf29de82ca8187d6c7c6d3f77d2ca8f7ccc.zip
- Added solutions by Scimon Proctor.
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 773a495fd5..9b211027a8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,6 @@
{
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "y" : 10,
- "color" : "#FFFFFF",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90
- },
"data" : [
[
"Blog",
@@ -24,32 +12,35 @@
],
[
"Raku",
- 1392
+ 1394
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
}
],
"legend" : {
"enabled" : "false"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-03-30 18:36:45 GMT"
+ },
+ "min" : 0
},
"xAxis" : {
"labels" : {
@@ -59,5 +50,14 @@
}
},
"type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-03-30 19:09:28 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}