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 844c0dc32f..0f33e30174 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,34 +1,55 @@
{
+ "chart" : {
+ "type" : "column"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
+ "subtitle" : {
+ "text" : "Last updated at 2022-11-19 11:00:55 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
- "color" : "#FFFFFF",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "rotation" : -90,
- "y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- }
+ },
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right"
},
"data" : [
[
"Blog",
- 3014
+ 3027
],
[
"Perl",
- 9311
+ 9340
],
[
"Raku",
- 5586
+ 5611
]
]
}
@@ -38,26 +59,5 @@
"title" : {
"text" : null
}
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-11-14 03:39:08 GMT"
- },
- "legend" : {
- "enabled" : "false"
}
}