aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-06 15:28:52 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-06 15:28:52 +0000
commit71f15a851e231c803b8b01a529d81bc07e59627e (patch)
treee2e1850ded130c3c39dfea7061d12b647af5c046 /stats/pwc-language-breakdown-summary.json
parentb2410fca13fcb8bab2632df0dfbd4a801b86dd4c (diff)
downloadperlweeklychallenge-club-71f15a851e231c803b8b01a529d81bc07e59627e.tar.gz
perlweeklychallenge-club-71f15a851e231c803b8b01a529d81bc07e59627e.tar.bz2
perlweeklychallenge-club-71f15a851e231c803b8b01a529d81bc07e59627e.zip
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json82
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4e251e0d27..730a99bdde 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,46 +1,7 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-01-06 15:23:53 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "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"
- },
"series" : [
{
"name" : "Contributions",
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "y" : 10
- },
"data" : [
[
"Blog",
@@ -52,12 +13,51 @@
],
[
"Raku",
- 1018
+ 1020
]
- ]
+ ],
+ "dataLabels" : {
+ "y" : 10,
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "align" : "right"
+ }
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"legend" : {
"enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-01-06 15:28:32 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}