aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-23 12:39:03 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-23 12:39:03 +0000
commitee4a8c1bc673d2cd5a2928e12410be22184a6275 (patch)
treed10fdc464cc92ca8222b203c464af5b5d1c7ae3b /stats/pwc-language-breakdown-summary.json
parenta042d193e61580e8bd4011d391ef13b398396597 (diff)
downloadperlweeklychallenge-club-ee4a8c1bc673d2cd5a2928e12410be22184a6275.tar.gz
perlweeklychallenge-club-ee4a8c1bc673d2cd5a2928e12410be22184a6275.tar.bz2
perlweeklychallenge-club-ee4a8c1bc673d2cd5a2928e12410be22184a6275.zip
- Added solutions by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index bf6c746766..aae3411f41 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,8 +2,24 @@
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-23 12:27:51 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -15,49 +31,33 @@
],
[
"Raku",
- 4173
+ 4175
]
],
"dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "rotation" : -90,
- "format" : "{point.y:.0f}",
"y" : 10,
"enabled" : "true",
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
}
],
+ "chart" : {
+ "type" : "column"
+ },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "legend" : {
- "enabled" : "false"
+ },
+ "min" : 0
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-12-22 03:02:50 GMT"
- },
- "chart" : {
- "type" : "column"
}
}