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.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5d650f95e3..066dcda67a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,35 +1,38 @@
{
"subtitle" : {
- "text" : "Last updated at 2024-07-08 16:43:38 GMT"
+ "text" : "Last updated at 2024-07-09 10:19:17 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "dataLabels" : {
+ "enabled" : "true",
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "rotation" : -90
+ },
"data" : [
[
"Blog",
- 5038
+ 5040
],
[
"Perl",
- 14336
+ 14342
],
[
"Raku",
- 8304
+ 8306
]
],
- "dataLabels" : {
- "rotation" : -90,
- "y" : 10,
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "enabled" : "true"
- },
"name" : "Contributions"
}
],
@@ -45,9 +48,6 @@
},
"min" : 0
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"legend" : {
"enabled" : "false"
},