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.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2bcd8926bb..1bef88606c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,14 +1,16 @@
{
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2021-02-13 00:08:58 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 1324
+ 1326
],
[
"Perl",
@@ -21,38 +23,36 @@
],
"dataLabels" : {
"format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90,
+ "color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
+ "rotation" : -90,
"align" : "right",
- "color" : "#FFFFFF"
- }
+ "y" : 10,
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
],
- "legend" : {
- "enabled" : "false"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "subtitle" : {
- "text" : "Last updated at 2021-02-13 00:01:01 GMT"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
"title" : {