aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2024-03-05 19:02:03 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2024-03-05 19:02:03 +0000
commit38ae28aaeacfc9dd53e892f94d5e83d4a83395d2 (patch)
treeb40aad8857a1feeffac3e494792902ec57d86fec /stats/pwc-language-breakdown-summary.json
parent26cf1c1615353eb8ca15e8eff05c9c0d325c1667 (diff)
downloadperlweeklychallenge-club-38ae28aaeacfc9dd53e892f94d5e83d4a83395d2.tar.gz
perlweeklychallenge-club-38ae28aaeacfc9dd53e892f94d5e83d4a83395d2.tar.bz2
perlweeklychallenge-club-38ae28aaeacfc9dd53e892f94d5e83d4a83395d2.zip
- Added solutions by Peter Campbell Smith.
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b53458fd58..96bb2c0095 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2024-03-05 12:27:05 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "dataLabels" : {
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right"
+ },
"data" : [
[
"Blog",
- 4598
+ 4600
],
[
"Perl",
- 13357
+ 13361
],
[
"Raku",
7768
]
],
- "name" : "Contributions",
- "dataLabels" : {
- "color" : "#FFFFFF",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "enabled" : "true",
- "rotation" : -90
- }
+ "name" : "Contributions"
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2024-03-05 18:55:12 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2024]"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2024]"
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}