aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-20 11:13:54 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-20 11:13:54 +0100
commit4dd91b52dbff8e64423be8ce608d73bab64ad83e (patch)
tree54a7f44bf523cdf02c193b598db783e4c0c636b4 /stats/pwc-language-breakdown-summary.json
parentfd00a10caf7788ec7bc40fb0809a66873594995f (diff)
downloadperlweeklychallenge-club-4dd91b52dbff8e64423be8ce608d73bab64ad83e.tar.gz
perlweeklychallenge-club-4dd91b52dbff8e64423be8ce608d73bab64ad83e.tar.bz2
perlweeklychallenge-club-4dd91b52dbff8e64423be8ce608d73bab64ad83e.zip
- Added solutions by Andrew Shitov.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 409161e064..ffbfd3de5d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,52 +1,44 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"subtitle" : {
- "text" : "Last updated at 2020-07-20 10:06:30 GMT"
+ "text" : "Last updated at 2020-07-20 10:11:52 GMT"
},
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"legend" : {
"enabled" : "false"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
"y" : 10,
+ "align" : "right",
"color" : "#FFFFFF",
"rotation" : -90,
- "align" : "right"
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
},
"data" : [
[
"Blog",
- 822
+ 824
],
[
"Perl",
@@ -54,10 +46,18 @@
],
[
"Raku",
- 1832
+ 1834
]
- ],
- "name" : "Contributions"
+ ]
}
- ]
+ ],
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ }
}