aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-10-03 13:20:09 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-10-03 13:20:09 +0100
commit6becc8cfe134628c4bd81005cce3bd969aa9a0d2 (patch)
tree89cb93942f5657d9cfd79e0976cfd241347c3c9d /stats/pwc-language-breakdown-summary.json
parent652873b66d6eb7c22a64aae48fec590fca58e8b0 (diff)
downloadperlweeklychallenge-club-6becc8cfe134628c4bd81005cce3bd969aa9a0d2.tar.gz
perlweeklychallenge-club-6becc8cfe134628c4bd81005cce3bd969aa9a0d2.tar.bz2
perlweeklychallenge-club-6becc8cfe134628c4bd81005cce3bd969aa9a0d2.zip
- Added solutions by Dave Cross.
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 89611f4269..f00827500b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,21 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "y" : 10,
- "align" : "right"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -21,43 +23,41 @@
],
[
"Perl",
- 8973
+ 8975
],
[
"Raku",
5366
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "enabled" : "true",
+ "y" : 10,
+ "align" : "right"
+ }
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-10-03 12:08:31 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2022-10-03 12:18:35 GMT"
},
"legend" : {
"enabled" : "false"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
}
}