aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-13 08:36:53 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-13 08:36:53 +0100
commit7da7f4e893712e0c672651aff5a9596a683662cf (patch)
treec8b0219b147a250f65d960ddd2d4242562705088 /stats/pwc-language-breakdown-summary.json
parentd450fc4537e2900f7f9888c63853c3ba5952f221 (diff)
downloadperlweeklychallenge-club-7da7f4e893712e0c672651aff5a9596a683662cf.tar.gz
perlweeklychallenge-club-7da7f4e893712e0c672651aff5a9596a683662cf.tar.bz2
perlweeklychallenge-club-7da7f4e893712e0c672651aff5a9596a683662cf.zip
- Added solution by Dimitar Dimitrov.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1ea888547f..cdafc705cd 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,30 +1,7 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-05-13 06:59:40 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -32,32 +9,55 @@
],
[
"Perl",
- 5290
+ 5291
],
[
"Raku",
3354
]
],
- "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
"enabled" : "true",
- "rotation" : -90,
+ "format" : "{point.y:.0f}",
"align" : "right",
+ "y" : 10,
"color" : "#FFFFFF",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "y" : 10
+ "rotation" : -90
}
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-13 07:36:33 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
+ },
+ "chart" : {
+ "type" : "column"
}
}