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.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b79056a509..c344b03648 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,28 +1,18 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
"chart" : {
"type" : "column"
},
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
"data" : [
[
"Blog",
@@ -30,34 +20,44 @@
],
[
"Perl",
- 1814
+ 1816
],
[
"Raku",
1102
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right"
+ }
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2020-01-30 12:00:31 GMT"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"legend" : {
"enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-01-30 12:06:18 GMT"
}
}