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.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 74a5319768..66b2727abd 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,48 +1,31 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"subtitle" : {
- "text" : "Last updated at 2019-07-30 18:00:33 GMT"
+ "text" : "Last updated at 2019-07-30 18:02:19 GMT"
},
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
}
},
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90,
- "align" : "right",
- "color" : "#FFFFFF",
- "y" : 10,
- "format" : "{point.y:.0f}"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -50,14 +33,31 @@
],
[
"Perl 5",
- 763
+ 765
],
[
"Perl 6",
441
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "enabled" : "true"
+ }
}
- ]
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ }
}