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.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6a40212ad4..37f092f993 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,17 +1,29 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-08-16 16:25:10 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- },
- "type" : "category"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
}
},
"title" : {
@@ -19,6 +31,7 @@
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -26,38 +39,25 @@
],
[
"Perl",
- 3035
+ 3037
],
[
"Raku",
1979
]
],
- "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "y" : 10,
- "align" : "right",
- "enabled" : "true",
- "color" : "#FFFFFF",
- "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
+ },
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "enabled" : "true",
+ "align" : "right",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}"
}
}
- ],
- "subtitle" : {
- "text" : "Last updated at 2020-08-16 16:10:58 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- }
+ ]
}