aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-28 09:03:54 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-28 09:03:54 +0000
commitcbe5b730f8b4817c9ea2ea0dd42ea3b000b5db4d (patch)
tree219af650bca45c823cfc92bf665b1f3ab58c2782 /stats/pwc-language-breakdown-summary.json
parentdbefd08196321c78011057ade95bb31b7e6aa6b3 (diff)
downloadperlweeklychallenge-club-cbe5b730f8b4817c9ea2ea0dd42ea3b000b5db4d.tar.gz
perlweeklychallenge-club-cbe5b730f8b4817c9ea2ea0dd42ea3b000b5db4d.tar.bz2
perlweeklychallenge-club-cbe5b730f8b4817c9ea2ea0dd42ea3b000b5db4d.zip
- Added solution by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index aaca68edea..f4f6df36a7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,17 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
- "y" : 10,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true",
+ "rotation" : -90,
"format" : "{point.y:.0f}",
"align" : "right",
+ "enabled" : "true",
+ "y" : 10,
"color" : "#FFFFFF"
},
"data" : [
@@ -29,35 +21,43 @@
],
[
"Perl",
- 7175
+ 7177
],
[
"Raku",
4314
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-28 08:39:56 GMT"
},
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-01-28 07:48:30 GMT"
- },
"legend" : {
"enabled" : "false"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}