aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-05 16:56:38 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-05 16:56:38 +0000
commit9936ebffa929fe5dcf0e816a8f1a347037eaa2de (patch)
tree33d76a73c0fa0617f13799ee0bd150a0fd4a3b9c /stats/pwc-language-breakdown-summary.json
parente4b1faea54e0c95cf12f5803192b9c030e5b007e (diff)
downloadperlweeklychallenge-club-9936ebffa929fe5dcf0e816a8f1a347037eaa2de.tar.gz
perlweeklychallenge-club-9936ebffa929fe5dcf0e816a8f1a347037eaa2de.tar.bz2
perlweeklychallenge-club-9936ebffa929fe5dcf0e816a8f1a347037eaa2de.zip
- Added solutions by Kaushik Tunuguntla.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index bc3e5e2571..6f46c26637 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"subtitle" : {
- "text" : "Last updated at 2021-12-05 14:29:16 GMT"
+ "text" : "Last updated at 2021-12-05 16:52:44 GMT"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right",
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
"data" : [
[
"Blog",
- 2064
+ 2065
],
[
"Perl",
- 6796
+ 6798
],
[
"Raku",
4123
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "y" : 10,
+ "align" : "right"
+ }
}
],
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
}
}