aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-15 16:49:26 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-15 16:49:26 +0100
commit2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d (patch)
tree23fcd91cd6fa956e440cf20c7044bba9d2b01ed5 /stats/pwc-language-breakdown-summary.json
parentd96fb9898ed1c9d8ccfbbe5d05faf700ded47524 (diff)
downloadperlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.tar.gz
perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.tar.bz2
perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 13af80144e..63a5be74b9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,27 +1,21 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "y" : 10,
"color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true"
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "enabled" : "true",
+ "align" : "right"
},
"data" : [
[
@@ -30,7 +24,7 @@
],
[
"Perl",
- 3275
+ 3277
],
[
"Raku",
@@ -39,25 +33,31 @@
]
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-15 15:48:02 GMT"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-15 15:02:22 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"legend" : {
"enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
}
}