aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-09-07 03:35:11 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-09-07 03:35:11 +0100
commit7e18b8378d8e1dacaba741df7f50c7660770ca1c (patch)
treeb9d68ca7b4c2af2b53b14dca3ab4a82dcc45f999 /stats/pwc-language-breakdown-summary.json
parentc37839003cb9c0805f33d120e1949fdf4b1b9246 (diff)
downloadperlweeklychallenge-club-7e18b8378d8e1dacaba741df7f50c7660770ca1c.tar.gz
perlweeklychallenge-club-7e18b8378d8e1dacaba741df7f50c7660770ca1c.tar.bz2
perlweeklychallenge-club-7e18b8378d8e1dacaba741df7f50c7660770ca1c.zip
- Added solution by Peter Campbell Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 88d7b3b4a3..10a09a0724 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,41 +1,36 @@
{
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
},
- "type" : "category"
+ "min" : 0
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-09-07 02:21:58 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
+ "y" : 10,
+ "enabled" : "true",
"format" : "{point.y:.0f}",
"rotation" : -90,
- "color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "align" : "right",
- "enabled" : "true",
- "y" : 10
+ "color" : "#FFFFFF",
+ "align" : "right"
},
"data" : [
[
@@ -44,20 +39,25 @@
],
[
"Perl",
- 6151
+ 6152
],
[
"Raku",
3796
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-09-07 02:33:52 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
}
}