aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-07 17:53:48 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-07 17:53:48 +0100
commit61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59 (patch)
tree168022fa9bd4a49ae259584ed32c38d06a659bd5 /stats/pwc-language-breakdown-summary.json
parent48e8552fdbed2986eb759f30a4e20accb351a230 (diff)
downloadperlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.tar.gz
perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.tar.bz2
perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.zip
- Added solutions by Wanderdoc.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json88
1 files changed, 44 insertions, 44 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3cd010eb66..01789b2846 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,37 +1,18 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-07-07 15:17:35 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
"series" : [
{
- "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}"
+ },
"data" : [
[
"Blog",
@@ -39,25 +20,44 @@
],
[
"Perl",
- 5713
+ 5715
],
[
"Raku",
3588
]
],
- "dataLabels" : {
- "rotation" : -90,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "enabled" : "true",
- "y" : 10,
- "color" : "#FFFFFF"
+ "name" : "Contributions"
+ }
+ ],
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
- ]
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-07-07 16:52:23 GMT"
+ }
}