aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-07 13:55:43 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-07 13:55:43 +0100
commit1213708e7f960e94425adc07cb3faef151e4609f (patch)
tree416462fe1199696f3c7d1f9f1b6692e3656b6ea8 /stats/pwc-language-breakdown-summary.json
parent031fbe8a0c7289a18eb966600fe424891d7875e1 (diff)
downloadperlweeklychallenge-club-1213708e7f960e94425adc07cb3faef151e4609f.tar.gz
perlweeklychallenge-club-1213708e7f960e94425adc07cb3faef151e4609f.tar.bz2
perlweeklychallenge-club-1213708e7f960e94425adc07cb3faef151e4609f.zip
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c28aa262b5..8f93651db7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-06-07 12:37:23 GMT"
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
- "dataLabels" : {
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 2599
+ 2600
],
[
"Perl",
- 8160
+ 8162
],
[
"Raku",
4835
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "enabled" : "true"
+ }
}
],
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-07 12:52:39 GMT"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
}
}