aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-20 23:58:29 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-20 23:58:29 +0100
commit9541a3dd1ae76e964fe21e9c238d75c55d85e6bb (patch)
treefdc786faed0ee29755435b66637d414fab035586 /stats/pwc-language-breakdown-summary.json
parent5fe2ceb120bf5ec0ddf24d1e3d1211aa12e642a4 (diff)
downloadperlweeklychallenge-club-9541a3dd1ae76e964fe21e9c238d75c55d85e6bb.tar.gz
perlweeklychallenge-club-9541a3dd1ae76e964fe21e9c238d75c55d85e6bb.tar.bz2
perlweeklychallenge-club-9541a3dd1ae76e964fe21e9c238d75c55d85e6bb.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3b6e8b03a9..80acc21112 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,31 +1,12 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
+ "yAxis" : {
+ "title" : {
+ "text" : null
},
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-06-20 22:31:47 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
+ "min" : 0
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,7 +14,7 @@
],
[
"Perl",
- 5563
+ 5565
],
[
"Raku",
@@ -41,23 +22,42 @@
]
],
"dataLabels" : {
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "enabled" : "true",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
+ "rotation" : -90,
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
"align" : "right",
- "y" : 10
- }
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions"
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-06-20 22:57:03 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}