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.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index bd34bc70bf..93e84bd3ad 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,23 +1,38 @@
{
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "rotation" : -90,
"enabled" : "true",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "rotation" : -90,
"y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
+ "align" : "right"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
- 1603
+ 1605
],
[
"Perl",
@@ -30,8 +45,11 @@
]
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-31 04:20:05 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
"title" : {
@@ -39,25 +57,7 @@
},
"min" : 0
},
- "chart" : {
- "type" : "column"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-05-31 04:17:54 GMT"
- },
- "legend" : {
- "enabled" : "false"
}
}