aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-16 13:55:23 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-16 13:55:23 +0100
commitedf94eeec3c29a9cfdf35792f43096a5cebae6bf (patch)
tree26210c58ff21fbfb83a93f8a1d934ed7d2c7e8e7 /stats/pwc-language-breakdown-summary.json
parent51b2e3d945bde176baf659ca6f7f5ef2626232ce (diff)
downloadperlweeklychallenge-club-edf94eeec3c29a9cfdf35792f43096a5cebae6bf.tar.gz
perlweeklychallenge-club-edf94eeec3c29a9cfdf35792f43096a5cebae6bf.tar.bz2
perlweeklychallenge-club-edf94eeec3c29a9cfdf35792f43096a5cebae6bf.zip
- Added solutions to the task "Sylvester Sequence" of week 173.
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 61644d9dd8..3372492c02 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,49 +1,39 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-07-16 11:31:21 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-16 12:53:05 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
"dataLabels" : {
- "rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
+ "format" : "{point.y:.0f}",
+ "y" : 10,
"align" : "right",
- "enabled" : "true",
"color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "y" : 10
+ "enabled" : "true",
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -51,13 +41,23 @@
],
[
"Perl",
- 8438
+ 8439
],
[
"Raku",
- 5022
+ 5023
]
- ]
+ ],
+ "name" : "Contributions"
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ }
}