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.json76
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 63a0a4d9f6..d989102960 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2023]"
+ "subtitle" : {
+ "text" : "Last updated at 2023-05-07 22:41:41 GMT"
},
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"series" : [
{
- "name" : "Contributions",
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "rotation" : -90
+ },
"data" : [
[
"Blog",
- 3540
+ 3547
],
[
"Perl",
- 10947
+ 10974
],
[
"Raku",
- 6350
+ 6360
]
],
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "enabled" : "true"
- }
+ "name" : "Contributions"
}
],
- "subtitle" : {
- "text" : "Last updated at 2023-05-05 10:21:42 GMT"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"legend" : {
"enabled" : "false"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2023]"
}
}