aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-05 23:24:14 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-05 23:24:14 +0100
commit9d69b60cef73aacc3b8fdf6da737d17bfb30ad4f (patch)
tree3c1baff99516806d38004c17e27fc467ebab24d9 /stats/pwc-language-breakdown-summary.json
parente55078398f8407594980c8daa982da68d7f079e6 (diff)
downloadperlweeklychallenge-club-9d69b60cef73aacc3b8fdf6da737d17bfb30ad4f.tar.gz
perlweeklychallenge-club-9d69b60cef73aacc3b8fdf6da737d17bfb30ad4f.tar.bz2
perlweeklychallenge-club-9d69b60cef73aacc3b8fdf6da737d17bfb30ad4f.zip
- Added solutions by Paulo Custodio.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json76
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index fdfce009fc..dff6373a6f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,36 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-07-05 22:23:42 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -9,55 +38,26 @@
],
[
"Perl",
- 5695
+ 5697
],
[
"Raku",
3586
]
],
+ "name" : "Contributions",
"dataLabels" : {
"format" : "{point.y:.0f}",
"y" : 10,
- "align" : "right",
"rotation" : -90,
- "enabled" : "true",
"color" : "#FFFFFF",
+ "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- }
- ],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right"
}
}
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2021-07-05 22:01:19 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- }
+ ]
}