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 a08810e126..0c3819d492 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,61 +1,61 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
},
"series" : [
{
+ "dataLabels" : {
+ "enabled" : "true",
+ "rotation" : -90,
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right"
+ },
"name" : "Contributions",
"data" : [
[
"Blog",
- 370
+ 371
],
[
"Perl 5",
- 1447
+ 1448
],
[
"Perl 6",
- 858
+ 860
]
- ],
- "dataLabels" : {
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10,
- "color" : "#FFFFFF",
- "enabled" : "true"
- }
+ ]
}
],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"subtitle" : {
- "text" : "Last updated at 2019-11-17 23:06:44 GMT"
+ "text" : "Last updated at 2019-11-18 00:22:49 GMT"
},
"legend" : {
"enabled" : "false"