aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-18 08:49:37 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-18 08:49:37 +0000
commitc08b58f94cd8f4fcbe3c151e8a4b35a957b4df55 (patch)
treee7e113c0377321a98ebf6188f3b8ffa67fc7e898 /stats/pwc-language-breakdown-summary.json
parent0be24e1821b74ef63ca130f4c11352d13c4b6998 (diff)
downloadperlweeklychallenge-club-c08b58f94cd8f4fcbe3c151e8a4b35a957b4df55.tar.gz
perlweeklychallenge-club-c08b58f94cd8f4fcbe3c151e8a4b35a957b4df55.tar.bz2
perlweeklychallenge-club-c08b58f94cd8f4fcbe3c151e8a4b35a957b4df55.zip
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index dcf49ae8ab..e26b4dec06 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-18 08:47:58 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2099
+ 2101
],
[
"Perl",
- 6881
+ 6883
],
[
"Raku",
4160
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
+ "y" : 10,
"align" : "right",
- "color" : "#FFFFFF",
"rotation" : -90,
- "enabled" : "true",
- "y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- }
- }
- }
- ],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true"
}
- },
- "type" : "category"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
}
- },
- "subtitle" : {
- "text" : "Last updated at 2021-12-17 18:55:54 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- }
+ ]
}