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.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 419a8576c5..e12f12a798 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,6 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"labels" : {
@@ -14,35 +11,41 @@
},
"type" : "category"
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"subtitle" : {
- "text" : "Last updated at 2022-11-28 03:38:58 GMT"
+ "text" : "Last updated at 2022-11-28 04:16:52 GMT"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
- "color" : "#FFFFFF",
- "y" : 10,
- "rotation" : -90,
- "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "y" : 10,
"enabled" : "true",
- "format" : "{point.y:.0f}"
+ "align" : "right"
},
"data" : [
[
"Blog",
- 3055
+ 3056
],
[
"Perl",
- 9420
+ 9422
],
[
"Raku",
@@ -54,9 +57,6 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
- },
"legend" : {
"enabled" : "false"
}