aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-13 21:31:23 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-13 21:31:23 +0100
commit835eefd47ecd39ec0361faa7e320e2a9e8439b41 (patch)
treea83a452cd5c4efe7366c5c1c60adc765b9c4421f /stats/pwc-language-breakdown-summary.json
parent06a4e0127ada4f08d9ca694d849bff9fc897fd1f (diff)
downloadperlweeklychallenge-club-835eefd47ecd39ec0361faa7e320e2a9e8439b41.tar.gz
perlweeklychallenge-club-835eefd47ecd39ec0361faa7e320e2a9e8439b41.tar.bz2
perlweeklychallenge-club-835eefd47ecd39ec0361faa7e320e2a9e8439b41.zip
- Added solutions by Sangeet Kar.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f6adddd764..c6ec9758c2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,18 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-06-13 12:45:17 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
"yAxis" : {
"min" : 0,
@@ -17,11 +20,18 @@
"text" : null
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-06-13 20:31:08 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,31 +43,21 @@
],
[
"Raku",
- 1685
+ 1687
]
],
"dataLabels" : {
- "color" : "#FFFFFF",
- "rotation" : -90,
+ "align" : "right",
+ "format" : "{point.y:.0f}",
"y" : 10,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "format" : "{point.y:.0f}",
- "align" : "right",
- "enabled" : "true"
- },
- "name" : "Contributions"
- }
- ],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "rotation" : -90,
+ "enabled" : "true",
+ "color" : "#FFFFFF"
}
}
- }
+ ]
}