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.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6ad28c73b9..ddc3d34ff2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,16 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-03 02:20:19 GMT"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -20,7 +18,7 @@
],
[
"Perl",
- 7001
+ 7003
],
[
"Raku",
@@ -28,36 +26,38 @@
]
],
"dataLabels" : {
- "rotation" : -90,
+ "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
"format" : "{point.y:.0f}",
"enabled" : "true",
- "align" : "right",
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "rotation" : -90
+ }
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-01-03 02:06:52 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}