aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-21 22:05:00 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-21 22:05:00 +0100
commit1d14ced6b6ce2dd1bfc09326f43411c8d779b255 (patch)
tree5825d33f9a81030dbd28256e96c90df1e5c289a1 /stats/pwc-language-breakdown-summary.json
parent1a19cb04a9d7823634cac7864387d8a8eaae5637 (diff)
downloadperlweeklychallenge-club-1d14ced6b6ce2dd1bfc09326f43411c8d779b255.tar.gz
perlweeklychallenge-club-1d14ced6b6ce2dd1bfc09326f43411c8d779b255.tar.bz2
perlweeklychallenge-club-1d14ced6b6ce2dd1bfc09326f43411c8d779b255.zip
- Added solution by Vinod Kumar K.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 0cff219e93..0d5c3b1a61 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,27 +1,39 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"subtitle" : {
- "text" : "Last updated at 2020-09-21 20:58:36 GMT"
+ "text" : "Last updated at 2020-09-21 21:04:42 GMT"
},
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"series" : [
{
+ "dataLabels" : {
+ "enabled" : "true",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ },
"data" : [
[
"Blog",
@@ -29,35 +41,23 @@
],
[
"Perl",
- 3321
+ 3322
],
[
"Raku",
2161
]
],
- "dataLabels" : {
- "y" : 10,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90,
- "align" : "right",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "format" : "{point.y:.0f}"
- },
"name" : "Contributions"
}
],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}