aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-31 01:47:09 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-31 01:47:09 +0000
commit4126df3ff7217a4290dc5b2b6bf9bdede9a502f6 (patch)
tree70def9fb4df351b84a87a5e39432799f2d345498 /stats/pwc-language-breakdown-summary.json
parent782194f1c10135271acd485e001f8ebc597582fb (diff)
downloadperlweeklychallenge-club-4126df3ff7217a4290dc5b2b6bf9bdede9a502f6.tar.gz
perlweeklychallenge-club-4126df3ff7217a4290dc5b2b6bf9bdede9a502f6.tar.bz2
perlweeklychallenge-club-4126df3ff7217a4290dc5b2b6bf9bdede9a502f6.zip
- Added solutions by Simon Green.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 51c0bcd5ab..f6772a3a45 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"subtitle" : {
- "text" : "Last updated at 2022-01-31 01:38:37 GMT"
+ "text" : "Last updated at 2022-01-31 01:45:13 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2232
+ 2233
],
[
"Perl",
- 7190
+ 7191
],
[
"Raku",
4324
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
- "rotation" : -90,
"color" : "#FFFFFF",
- "align" : "right",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- }
+ },
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "y" : 10,
+ "enabled" : "true"
}
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
},
- "type" : "category"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
+ "min" : 0
}
}