aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-25 19:46:59 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-25 19:46:59 +0100
commit70b936fc4624e5a1dcfbe5403623fad6853df0ce (patch)
tree5f6cbde02165c26d9db46dc9fa39f60b58982166 /stats/pwc-language-breakdown-summary.json
parent9417f7be177761f513ae3fc46111d05be28f9028 (diff)
downloadperlweeklychallenge-club-70b936fc4624e5a1dcfbe5403623fad6853df0ce.tar.gz
perlweeklychallenge-club-70b936fc4624e5a1dcfbe5403623fad6853df0ce.tar.bz2
perlweeklychallenge-club-70b936fc4624e5a1dcfbe5403623fad6853df0ce.zip
- Added solution by Simon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index dc0bb73b8d..fa878dc994 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,44 @@
{
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-25 18:45:24 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
+ "y" : 10,
+ "format" : "{point.y:.0f}",
"enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
"align" : "right",
"rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "y" : 10
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF"
},
"data" : [
[
@@ -25,39 +51,13 @@
],
[
"Raku",
- 5063
+ 5064
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "legend" : {
- "enabled" : "false"
- },
"chart" : {
"type" : "column"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2022-07-25 18:27:52 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}