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.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1bfd25399b..837bb5e203 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,53 +1,41 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-08-16 02:18:42 GMT"
},
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "color" : "#FFFFFF",
- "y" : 10,
+ "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
"align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1800
+ 1801
],
[
"Perl",
- 5983
+ 5984
],
[
"Raku",
- 3724
+ 3725
]
]
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-08-15 21:35:39 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -57,7 +45,19 @@
},
"type" : "category"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "chart" : {
+ "type" : "column"
}
}