aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-15 16:21:38 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-15 16:21:38 +0100
commit5079c9ed366d4c0705b259410477880f62fbcef3 (patch)
tree0ddc54e710b1e784b36ea20d6c645df32ce4b886 /stats/pwc-language-breakdown-summary.json
parentb2d84dbf950a4c63ae993965ea6ab36cdd6fa116 (diff)
downloadperlweeklychallenge-club-5079c9ed366d4c0705b259410477880f62fbcef3.tar.gz
perlweeklychallenge-club-5079c9ed366d4c0705b259410477880f62fbcef3.tar.bz2
perlweeklychallenge-club-5079c9ed366d4c0705b259410477880f62fbcef3.zip
- Added solution by Wanderdoc.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 96872ad898..e5cdfe6ff9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,34 +1,10 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-08-15 15:14:46 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"legend" : {
"enabled" : "false"
},
"series" : [
{
"name" : "Contributions",
- "dataLabels" : {
- "color" : "#FFFFFF",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "enabled" : "true",
- "align" : "right",
- "rotation" : -90,
- "format" : "{point.y:.0f}"
- },
"data" : [
[
"Blog",
@@ -36,26 +12,50 @@
],
[
"Perl",
- 5976
+ 5977
],
[
"Raku",
3721
]
- ]
+ ],
+ "dataLabels" : {
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10
+ }
}
],
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-08-15 15:21:11 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"