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.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 94d89e8d09..3880a87ab7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,21 +2,30 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2019-09-23 16:09:30 GMT"
+ "chart" : {
+ "type" : "column"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
}
},
"series" : [
{
"name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF"
+ },
"data" : [
[
"Blog",
@@ -24,38 +33,29 @@
],
[
"Perl 5",
- 1069
+ 1071
],
[
"Perl 6",
652
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF"
- }
+ ]
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-23 17:16:45 GMT"
+ },
"legend" : {
"enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
},
- "min" : 0
- },
- "chart" : {
- "type" : "column"
+ "type" : "category"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"