aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-30 00:58:16 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-30 00:58:16 +0100
commit1682f9141c42d02acba287cac8adc51f4deb9f84 (patch)
tree09be25a47602dbdbcb2e7ae1fbe665231e260d01 /stats/pwc-language-breakdown-summary.json
parent4139dd865e502ce4e192389fa58f41811ba3d4e7 (diff)
downloadperlweeklychallenge-club-1682f9141c42d02acba287cac8adc51f4deb9f84.tar.gz
perlweeklychallenge-club-1682f9141c42d02acba287cac8adc51f4deb9f84.tar.bz2
perlweeklychallenge-club-1682f9141c42d02acba287cac8adc51f4deb9f84.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index d659d7f7af..b4b6487fac 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-05-29 23:40:14 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"chart" : {
"type" : "column"
},
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-05-29 23:54:57 GMT"
+ },
"series" : [
{
- "name" : "Contributions",
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right"
+ },
"data" : [
[
"Blog",
- 2572
+ 2573
],
[
"Perl",
- 8116
+ 8118
],
[
"Raku",
- 4803
+ 4805
]
],
- "dataLabels" : {
- "y" : 10,
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "enabled" : "true",
- "color" : "#FFFFFF",
- "align" : "right"
- }
+ "name" : "Contributions"
}
],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"legend" : {
"enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}