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.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1db7192cbe..9de007d1ed 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,36 +1,25 @@
{
- "subtitle" : {
- "text" : "Last updated at 2019-09-02 10:44:47 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
},
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-02 11:25:05 GMT"
+ },
"legend" : {
"enabled" : "false"
},
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "enabled" : "true"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -38,26 +27,37 @@
],
[
"Perl 5",
- 976
+ 977
],
[
"Perl 6",
586
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "rotation" : -90,
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true"
+ }
}
],
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
}
+ },
+ "chart" : {
+ "type" : "column"
}
}