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.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index fd13c723db..80ba18a5f9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,4 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
"data" : [
@@ -27,37 +12,52 @@
],
[
"Raku",
- 1759
+ 1761
]
],
"dataLabels" : {
- "y" : 10,
"align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
- "enabled" : "true"
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}"
},
"name" : "Contributions"
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2020-06-29 23:36:04 GMT"
+ },
"legend" : {
"enabled" : "false"
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2020-06-29 20:32:45 GMT"
+ },
+ "min" : 0
},
"chart" : {
"type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}