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.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 8a55ec416f..de8df86436 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,43 +2,6 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "series" : [
- {
- "name" : "Contributions",
- "data" : [
- [
- "Blog",
- 1605
- ],
- [
- "Perl",
- 5417
- ],
- [
- "Raku",
- 3443
- ]
- ],
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "y" : 10,
- "enabled" : "true"
- }
- }
- ],
- "subtitle" : {
- "text" : "Last updated at 2021-06-01 07:32:46 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -51,13 +14,50 @@
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-06-01 09:45:08 GMT"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "chart" : {
- "type" : "column"
- }
+ "series" : [
+ {
+ "dataLabels" : {
+ "rotation" : -90,
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions",
+ "data" : [
+ [
+ "Blog",
+ 1605
+ ],
+ [
+ "Perl",
+ 5419
+ ],
+ [
+ "Raku",
+ 3443
+ ]
+ ]
+ }
+ ]
}