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.json84
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4c65ee8f58..dba2b976f4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-08-29 02:20:37 GMT"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "series" : [
- {
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions",
- "data" : [
- [
- "Blog",
- 2819
- ],
- [
- "Perl",
- 8701
- ],
- [
- "Raku",
- 5203
- ]
- ]
- }
- ],
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"legend" : {
"enabled" : "false"
- }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-08-29 02:28:55 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "series" : [
+ {
+ "data" : [
+ [
+ "Blog",
+ 2820
+ ],
+ [
+ "Perl",
+ 8701
+ ],
+ [
+ "Raku",
+ 5205
+ ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "rotation" : -90
+ }
+ }
+ ]
}