aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-11 21:02:39 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-11 21:02:39 +0100
commitec1abff904f32af047710d3a3cbbf3f8ca49e815 (patch)
treecc02f90ff93977f6b6095cddae0cf843545a45c2 /stats/pwc-language-breakdown-summary.json
parent5552835c39c5d42689deb0ac0d41542660ffd2b3 (diff)
downloadperlweeklychallenge-club-ec1abff904f32af047710d3a3cbbf3f8ca49e815.tar.gz
perlweeklychallenge-club-ec1abff904f32af047710d3a3cbbf3f8ca49e815.tar.bz2
perlweeklychallenge-club-ec1abff904f32af047710d3a3cbbf3f8ca49e815.zip
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4d9fb91e22..e684a0afae 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,34 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "rotation" : -90
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -8,49 +36,18 @@
],
[
"Perl",
- 5956
+ 5958
],
[
"Raku",
3709
]
- ],
- "dataLabels" : {
- "align" : "right",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "y" : 10,
- "rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "enabled" : "true"
- },
- "name" : "Contributions"
+ ]
}
],
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-08-11 19:35:17 GMT"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
@@ -59,5 +56,8 @@
"text" : null
},
"min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-08-11 20:01:30 GMT"
}
}