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.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a802a39e11..fc03e088fa 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,49 +1,12 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-07-24 19:57:50 GMT"
- },
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -55,9 +18,46 @@
],
[
"Raku",
- 5051
+ 5053
]
- ]
+ ],
+ "dataLabels" : {
+ "rotation" : -90,
+ "y" : 10,
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}",
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-24 20:08:55 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ }
}