aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-04 21:36:57 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-04 21:36:57 +0100
commit6601ca38ab5348458c66c01f27d1083d86cd5d8d (patch)
tree5001da603a60921c93abcbd02261111f44bb06ca /stats/pwc-language-breakdown-summary.json
parent7fa99dcf4d7264bf37f6eb6540b4d6a5ed8259f4 (diff)
downloadperlweeklychallenge-club-6601ca38ab5348458c66c01f27d1083d86cd5d8d.tar.gz
perlweeklychallenge-club-6601ca38ab5348458c66c01f27d1083d86cd5d8d.tar.bz2
perlweeklychallenge-club-6601ca38ab5348458c66c01f27d1083d86cd5d8d.zip
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6ecfbd8a59..31ebc18a96 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "legend" : {
- "enabled" : "false"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2022-07-04 20:27:18 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true",
+ "rotation" : -90,
+ "color" : "#FFFFFF"
+ },
"data" : [
[
"Blog",
- 2674
+ 2675
],
[
"Perl",
- 8353
+ 8355
],
[
"Raku",
4966
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "align" : "right",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ ]
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
},
- "chart" : {
- "type" : "column"
- },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-04 20:35:19 GMT"
}
}