aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-05 16:45:35 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-05 16:45:35 +0100
commita3ab0fe0ce5111dadb2f81b52c663bb2305b0b10 (patch)
tree77a0653a9995fa9190ec341f47276443ebc2f3bf /stats/pwc-language-breakdown-summary.json
parent3b548b1e84f1e0b43b74d41481a661f7508373dd (diff)
downloadperlweeklychallenge-club-a3ab0fe0ce5111dadb2f81b52c663bb2305b0b10.tar.gz
perlweeklychallenge-club-a3ab0fe0ce5111dadb2f81b52c663bb2305b0b10.tar.bz2
perlweeklychallenge-club-a3ab0fe0ce5111dadb2f81b52c663bb2305b0b10.zip
- Added solutions to week 39 by Paulo Custodio.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 60e9ee4a29..3aa60d0b1f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,23 +1,48 @@
{
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2022-04-05 15:43:57 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
+ "align" : "right",
+ "color" : "#FFFFFF",
"enabled" : "true",
"format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right",
+ "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "rotation" : -90
+ "y" : 10
},
"data" : [
[
@@ -32,32 +57,7 @@
"Raku",
4589
]
- ],
- "name" : "Contributions"
- }
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-04-05 15:25:08 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ ]
}
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- }
+ ]
}