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.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index d0f8408345..6fe6dfda05 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-04-25 22:49:18 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "dataLabels" : {
- "y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "enabled" : "true",
- "rotation" : -90
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 2471
+ 2478
],
[
"Perl",
- 7886
+ 7905
],
[
"Raku",
- 4674
+ 4682
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "align" : "right",
+ "rotation" : -90
+ }
}
],
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2022-04-29 20:49:09 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
}
}