aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorrir <rirans@comcast.net>2022-06-10 23:27:06 -0400
committerGitHub <noreply@github.com>2022-06-10 23:27:06 -0400
commit74764fdc82cb488d5d59253c00a452aeb2c4980c (patch)
treeb89bb66fdd6e00a4cd4be4c611aef5c020dad4a0 /stats/pwc-language-breakdown-summary.json
parentcfc134c6dbd2c20e6b36125bd1457ad384250541 (diff)
parent1c666818bcb3003fd293ae227540e35669499d27 (diff)
downloadperlweeklychallenge-club-74764fdc82cb488d5d59253c00a452aeb2c4980c.tar.gz
perlweeklychallenge-club-74764fdc82cb488d5d59253c00a452aeb2c4980c.tar.bz2
perlweeklychallenge-club-74764fdc82cb488d5d59253c00a452aeb2c4980c.zip
Merge branch 'manwar:master' into 168
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 0f2425b3bf..33be333c84 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
- }
+ },
+ "min" : 0
},
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
},
"subtitle" : {
- "text" : "Last updated at 2022-06-07 15:15:08 GMT"
+ "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",
- 2601
+ 2602
],
[
"Perl",
- 8165
+ 8173
],
[
"Raku",
- 4838
+ 4843
]
- ],
- "dataLabels" : {
- "align" : "right",
- "color" : "#FFFFFF",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}"
- }
+ ]
}
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- }
+ ]
}