aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-09-25 22:24:03 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-09-25 22:24:03 +0100
commit3364946c1623e1b23f0246822b2e5697d851fd68 (patch)
tree86cec71435dddf429ec93466402df10d9015e9f7 /stats/pwc-language-breakdown-summary.json
parent183f4f18f26793cfb999b62102def49f76c4a4c8 (diff)
downloadperlweeklychallenge-club-3364946c1623e1b23f0246822b2e5697d851fd68.tar.gz
perlweeklychallenge-club-3364946c1623e1b23f0246822b2e5697d851fd68.tar.bz2
perlweeklychallenge-club-3364946c1623e1b23f0246822b2e5697d851fd68.zip
- Added solutions by Bruce Gray.
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 2c746e7fee..68c00437ba 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,46 +1,36 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2022-09-25 21:20:00 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2022-09-25 20:15:30 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "chart" : {
- "type" : "column"
+ },
+ "type" : "category"
},
"series" : [
{
- "dataLabels" : {
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "enabled" : "true",
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -52,12 +42,22 @@
],
[
"Raku",
- 5325
+ 5327
]
- ]
+ ],
+ "dataLabels" : {
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "y" : 10,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "color" : "#FFFFFF"
+ },
+ "name" : "Contributions"
}
- ],
- "legend" : {
- "enabled" : "false"
- }
+ ]
}