aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-16 17:54:25 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-16 17:54:25 +0100
commit5e96f94bfbd2d6fa6e0e3860fba430e6d173efff (patch)
tree265120658fec6059bcfd8827f0a80e551a87eb4e /stats/pwc-language-breakdown-summary.json
parent7e4d17cc4e4296afa964a04eebb69a95850e06b1 (diff)
downloadperlweeklychallenge-club-5e96f94bfbd2d6fa6e0e3860fba430e6d173efff.tar.gz
perlweeklychallenge-club-5e96f94bfbd2d6fa6e0e3860fba430e6d173efff.tar.bz2
perlweeklychallenge-club-5e96f94bfbd2d6fa6e0e3860fba430e6d173efff.zip
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3372492c02..a86cf94ecf 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,12 +1,9 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-16 16:51:51 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
"min" : 0,
@@ -14,26 +11,20 @@
"text" : null
}
},
- "subtitle" : {
- "text" : "Last updated at 2022-07-16 12:53:05 GMT"
- },
"legend" : {
"enabled" : "false"
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
"series" : [
{
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
"data" : [
[
"Blog",
@@ -41,23 +32,32 @@
],
[
"Perl",
- 8439
+ 8441
],
[
"Raku",
5023
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "align" : "right",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "y" : 10
+ }
}
],
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}