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.json86
1 files changed, 43 insertions, 43 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index d461718c5f..516d9f7886 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,38 +1,4 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "series" : [
- {
- "data" : [
- [
- "Blog",
- 2585
- ],
- [
- "Perl",
- 8134
- ],
- [
- "Raku",
- 4817
- ]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "enabled" : "true",
- "align" : "right",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF"
- }
- }
- ],
"yAxis" : {
"min" : 0,
"title" : {
@@ -40,16 +6,16 @@
}
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-03 14:51:05 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
@@ -57,7 +23,41 @@
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "subtitle" : {
- "text" : "Last updated at 2022-06-03 10:35:04 GMT"
- }
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "series" : [
+ {
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "rotation" : -90,
+ "enabled" : "true"
+ },
+ "data" : [
+ [
+ "Blog",
+ 2585
+ ],
+ [
+ "Perl",
+ 8136
+ ],
+ [
+ "Raku",
+ 4817
+ ]
+ ]
+ }
+ ]
}