aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1fdaa9d3bc..acb3bdd6f2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,22 +1,13 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
"data" : [
@@ -26,38 +17,47 @@
],
[
"Perl",
- 7283
+ 7285
],
[
"Raku",
- 4375
+ 4377
]
],
"dataLabels" : {
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
+ "enabled" : "true",
+ "align" : "right",
"rotation" : -90,
- "y" : 10,
- "enabled" : "true"
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "y" : 10
},
"name" : "Contributions"
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "subtitle" : {
- "text" : "Last updated at 2022-02-13 23:28:05 GMT"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
"chart" : {
"type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-02-13 23:35:27 GMT"
}
}