aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-20 09:45:17 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-20 09:45:17 +0000
commitc1d348be077bc146e2f814cf3f6cc90fd0540154 (patch)
tree8aca3e72e5f10b460cac795af813c34bf616d6dc /stats/pwc-language-breakdown-summary.json
parentf59e23cac8cf6b4474716139dca24378a9df76bc (diff)
downloadperlweeklychallenge-club-c1d348be077bc146e2f814cf3f6cc90fd0540154.tar.gz
perlweeklychallenge-club-c1d348be077bc146e2f814cf3f6cc90fd0540154.tar.bz2
perlweeklychallenge-club-c1d348be077bc146e2f814cf3f6cc90fd0540154.zip
- Added solution by Robert Ransbottom.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b46c0d9f52..8d44512085 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,4 @@
{
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
@@ -11,20 +8,27 @@
"text" : null
}
},
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-02-20 09:41:12 GMT"
+ },
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "enabled" : "true",
- "color" : "#FFFFFF",
- "align" : "right",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -36,28 +40,24 @@
],
[
"Raku",
- 4393
+ 4394
]
],
- "name" : "Contributions"
- }
- ],
- "subtitle" : {
- "text" : "Last updated at 2022-02-19 11:20:11 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "dataLabels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "y" : 10,
+ "rotation" : -90,
+ "color" : "#FFFFFF"
}
}
+ ],
+ "chart" : {
+ "type" : "column"
}
}