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.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 0653f84cb8..b8d7c03193 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,44 +1,39 @@
{
- "legend" : {
- "enabled" : "false"
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
+ }
},
- "subtitle" : {
- "text" : "Last updated at 2020-10-20 01:36:59 GMT"
+ "chart" : {
+ "type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2020-10-20 02:25:39 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1051
+ 1052
],
[
"Perl",
- 3591
+ 3593
],
[
"Raku",
@@ -46,18 +41,23 @@
]
],
"dataLabels" : {
- "align" : "right",
+ "rotation" : -90,
"format" : "{point.y:.0f}",
"enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
+ "align" : "right",
"color" : "#FFFFFF",
- "y" : 10
- },
- "name" : "Contributions"
+ "y" : 10,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ }
+ ],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
}
- ]
+ }
}