aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-29 19:29:20 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-29 19:29:20 +0000
commit1e2564381f0d8f6b97a335d45054eb47e623c9cf (patch)
tree931a35498069bf5eebca97ea69e25e6f9d085a8d /stats/pwc-language-breakdown-summary.json
parent7169871afec322ac8167015a33333265c0694810 (diff)
downloadperlweeklychallenge-club-1e2564381f0d8f6b97a335d45054eb47e623c9cf.tar.gz
perlweeklychallenge-club-1e2564381f0d8f6b97a335d45054eb47e623c9cf.tar.bz2
perlweeklychallenge-club-1e2564381f0d8f6b97a335d45054eb47e623c9cf.zip
- Added solutions by Aaron Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e6f0d9dd59..5b9ae4534b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,28 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-11-29 19:28:57 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
@@ -7,19 +31,6 @@
},
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "enabled" : "true",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "align" : "right",
- "rotation" : -90
- },
"data" : [
[
"Blog",
@@ -31,33 +42,22 @@
],
[
"Raku",
- 2582
+ 2584
]
- ]
- }
- ],
- "subtitle" : {
- "text" : "Last updated at 2020-11-29 19:20:59 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "rotation" : -90
+ },
+ "name" : "Contributions"
}
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- }
+ ]
}