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.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index d9ff93a000..9911441849 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,23 +1,13 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2023]"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 3405
+ 3406
],
[
"Perl",
@@ -28,36 +18,46 @@
6169
]
],
+ "name" : "Contributions",
"dataLabels" : {
"y" : 10,
- "rotation" : -90,
"format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
+ "rotation" : -90,
+ "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"align" : "right",
- "enabled" : "true"
+ "color" : "#FFFFFF"
}
}
],
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
+ "legend" : {
+ "enabled" : "false"
+ },
"chart" : {
"type" : "column"
},
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
"subtitle" : {
- "text" : "Last updated at 2023-03-20 00:41:39 GMT"
+ "text" : "Last updated at 2023-03-20 04:55:21 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}