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