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.json76
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index bd329f175c..1f312005a7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,4 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
"legend" : {
"enabled" : "false"
},
@@ -14,39 +8,11 @@
"text" : null
}
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2019-12-29 23:19:11 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"series" : [
{
- "data" : [
- [
- "Blog",
- 432
- ],
- [
- "Perl 5",
- 1649
- ],
- [
- "Perl 6",
- 988
- ]
- ],
"name" : "Contributions",
"dataLabels" : {
+ "color" : "#FFFFFF",
"y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
@@ -54,10 +20,44 @@
},
"enabled" : "true",
"rotation" : -90,
- "format" : "{point.y:.0f}",
"align" : "right",
- "color" : "#FFFFFF"
+ "format" : "{point.y:.0f}"
+ },
+ "data" : [
+ [
+ "Blog",
+ 433
+ ],
+ [
+ "Perl 5",
+ 1651
+ ],
+ [
+ "Perl 6",
+ 990
+ ]
+ ]
+ }
+ ],
+ "subtitle" : {
+ "text" : "Last updated at 2019-12-29 23:25:19 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
- ]
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ }
}