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.json90
1 files changed, 45 insertions, 45 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 8340644b60..92906ed4c8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,41 @@
{
+ "series" : [
+ {
+ "data" : [
+ [
+ "Blog",
+ 529
+ ],
+ [
+ "Perl",
+ 2053
+ ],
+ [
+ "Raku",
+ 1253
+ ]
+ ],
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions"
+ }
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -8,56 +45,19 @@
}
}
},
- "subtitle" : {
- "text" : "Last updated at 2020-03-01 21:56:47 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-03-01 22:13:12 GMT"
},
"legend" : {
"enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "series" : [
- {
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "rotation" : -90,
- "color" : "#FFFFFF",
- "enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}"
- },
- "data" : [
- [
- "Blog",
- 529
- ],
- [
- "Perl",
- 2052
- ],
- [
- "Raku",
- 1253
- ]
- ]
- }
- ]
+ }
}