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.json82
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9d6c5c78d0..30ecbae9c2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,52 +1,18 @@
{
- "series" : [
- {
- "data" : [
- [
- "Blog",
- 2742
- ],
- [
- "Perl",
- 8531
- ],
- [
- "Raku",
- 5078
- ]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
- "y" : 10,
- "color" : "#FFFFFF"
- }
- }
- ],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
"subtitle" : {
- "text" : "Last updated at 2022-07-29 17:57:40 GMT"
+ "text" : "Last updated at 2022-07-29 19:56:29 GMT"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
"title" : {
@@ -57,7 +23,41 @@
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "series" : [
+ {
+ "dataLabels" : {
+ "rotation" : -90,
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "name" : "Contributions",
+ "data" : [
+ [
+ "Blog",
+ 2742
+ ],
+ [
+ "Perl",
+ 8532
+ ],
+ [
+ "Raku",
+ 5078
+ ]
+ ]
+ }
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}