aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-31 02:22:11 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-31 02:22:11 +0100
commit2ce3b7580a3bbe3842cf8bc32fb574a998f37267 (patch)
treef298a9bcafb51d6d6b044354091a3e50e8cf6573 /stats/pwc-language-breakdown-summary.json
parent3b3b6c190366dd8b6dbf63915693c90403ca5c9f (diff)
downloadperlweeklychallenge-club-2ce3b7580a3bbe3842cf8bc32fb574a998f37267.tar.gz
perlweeklychallenge-club-2ce3b7580a3bbe3842cf8bc32fb574a998f37267.tar.bz2
perlweeklychallenge-club-2ce3b7580a3bbe3842cf8bc32fb574a998f37267.zip
- Added Perl and Raku solutions to Task #2 of Challenge 054.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ce8b423390..1acc8ec08c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,27 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-03-31 00:06:55 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"series" : [
{
- "dataLabels" : {
- "align" : "right",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90,
- "color" : "#FFFFFF",
- "enabled" : "true"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -27,35 +29,33 @@
],
[
"Perl",
- 2266
+ 2267
],
[
"Raku",
- 1406
+ 1407
]
- ]
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "name" : "Contributions"
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "subtitle" : {
+ "text" : "Last updated at 2020-03-31 01:21:46 GMT"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"chart" : {
"type" : "column"