aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-19 05:02:31 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-19 05:02:31 +0100
commitf17bbea3c2f3e92c3901fdc23888f817f930cdf2 (patch)
tree2dfd33f3b9751fb050bd70ac687cb7ae6be69fa8 /stats/pwc-language-breakdown-summary.json
parent59831f3208715ce65dd80afb93608085ecc750b5 (diff)
downloadperlweeklychallenge-club-f17bbea3c2f3e92c3901fdc23888f817f930cdf2.tar.gz
perlweeklychallenge-club-f17bbea3c2f3e92c3901fdc23888f817f930cdf2.tar.bz2
perlweeklychallenge-club-f17bbea3c2f3e92c3901fdc23888f817f930cdf2.zip
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3cf7ca1226..54adb9ed74 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,41 +1,53 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-08-19 04:02:12 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1805
+ 1807
],
[
"Perl",
- 5998
+ 6000
],
[
"Raku",
- 3736
+ 3738
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "y" : 10,
+ "rotation" : -90,
+ "color" : "#FFFFFF"
+ }
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-08-17 16:05:05 GMT"
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -45,19 +57,7 @@
},
"type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
}
}