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.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 76a8481710..aaca68edea 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,4 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-01-27 19:24:31 GMT"
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -14,25 +8,19 @@
}
}
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"series" : [
{
"dataLabels" : {
- "enabled" : "true",
+ "rotation" : -90,
+ "y" : 10,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "align" : "right",
- "color" : "#FFFFFF",
+ "enabled" : "true",
"format" : "{point.y:.0f}",
- "rotation" : -90,
- "y" : 10
+ "align" : "right",
+ "color" : "#FFFFFF"
},
"data" : [
[
@@ -41,7 +29,7 @@
],
[
"Perl",
- 7173
+ 7175
],
[
"Raku",
@@ -51,13 +39,25 @@
"name" : "Contributions"
}
],
- "legend" : {
- "enabled" : "false"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"chart" : {
"type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-28 07:48:30 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}