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.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 60212bc762..1166f575ee 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,6 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-04-29 00:20:31 GMT"
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
"min" : 0,
@@ -11,12 +8,22 @@
"text" : null
}
},
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-04-29 10:07:33 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 645
+ 646
],
[
"Perl",
@@ -28,34 +35,27 @@
]
],
"dataLabels" : {
+ "align" : "right",
"y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "enabled" : "true",
"format" : "{point.y:.0f}",
"rotation" : -90,
- "color" : "#FFFFFF",
- "align" : "right"
- },
- "name" : "Contributions"
+ "enabled" : "true",
+ "color" : "#FFFFFF"
+ }
}
],
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
- },
- "legend" : {
- "enabled" : "false"
+ },
+ "type" : "category"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"