aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-09 22:30:03 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-09 22:30:03 +0100
commit8fc3ae23025949d2da0c49826fa13d714523c73e (patch)
treea23f0b2490969ccd2d78aea1feb9fcecdfd10616 /stats/pwc-language-breakdown-summary.json
parentfe5e603b32f255db09da45496b566c13dd5d3c31 (diff)
downloadperlweeklychallenge-club-8fc3ae23025949d2da0c49826fa13d714523c73e.tar.gz
perlweeklychallenge-club-8fc3ae23025949d2da0c49826fa13d714523c73e.tar.bz2
perlweeklychallenge-club-8fc3ae23025949d2da0c49826fa13d714523c73e.zip
- Added solution by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json86
1 files changed, 43 insertions, 43 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 52c36c0a87..33be333c84 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,49 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"chart" : {
"type" : "column"
},
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-09 21:28:57 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
+ "dataLabels" : {
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "align" : "right",
+ "rotation" : -90,
+ "color" : "#FFFFFF"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -11,53 +51,13 @@
],
[
"Perl",
- 8172
+ 8173
],
[
"Raku",
4843
]
- ],
- "dataLabels" : {
- "y" : 10,
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions"
- }
- ],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ ]
}
- },
- "subtitle" : {
- "text" : "Last updated at 2022-06-09 21:14:31 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "legend" : {
- "enabled" : "false"
- }
+ ]
}