@@ -20,7 +20,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
20
20
21
21
``` vegalite
22
22
{
23
- "$schema": "https://vega.github.io/schema/vega-lite/v5 .json",
23
+ "$schema": "https://vega.github.io/schema/vega-lite/v6 .json",
24
24
"title": "Number of LMS installations",
25
25
"description": "Time series chart of LMS installations by version",
26
26
"data": {
@@ -65,7 +65,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
65
65
<a href =" players " >
66
66
``` vegalite
67
67
{
68
- "$schema": "https://vega.github.io/schema/vega-lite/v5 .json",
68
+ "$schema": "https://vega.github.io/schema/vega-lite/v6 .json",
69
69
"title": "Number of connected players",
70
70
"description": "Time series chart of number of connected players",
71
71
"data": {
@@ -109,7 +109,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
109
109
110
110
``` vegalite
111
111
{
112
- "$schema": "https://vega.github.io/schema/vega-lite/v5 .json",
112
+ "$schema": "https://vega.github.io/schema/vega-lite/v6 .json",
113
113
"title": "Connected players per LMS installation",
114
114
"description": "Histogram which shows how many players are connected per LMS installation",
115
115
"data": {
@@ -135,7 +135,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
135
135
136
136
``` vegalite
137
137
{
138
- "$schema": "https://vega.github.io/schema/vega-lite/v5 .json",
138
+ "$schema": "https://vega.github.io/schema/vega-lite/v6 .json",
139
139
"title": "Number of tracks in library",
140
140
"description": "Histogram which shows how many tracks (about) are in a LMS installation",
141
141
"data": {
@@ -182,7 +182,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
182
182
<a href =" players " >
183
183
``` vegalite
184
184
{
185
- "$schema": "https://vega.github.io/schema/vega-lite/v5 .json",
185
+ "$schema": "https://vega.github.io/schema/vega-lite/v6 .json",
186
186
"width": "container",
187
187
"height": 420,
188
188
"title": "Player types",
@@ -204,7 +204,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
204
204
<a href =" os " >
205
205
``` vegalite
206
206
{
207
- "$schema": "https://vega.github.io/schema/vega-lite/v5 .json",
207
+ "$schema": "https://vega.github.io/schema/vega-lite/v6 .json",
208
208
"width": "container",
209
209
"height": 420,
210
210
"title": "Operating systems and architectures",
@@ -225,7 +225,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
225
225
226
226
``` vegalite
227
227
{
228
- "$schema": "https://vega.github.io/schema/vega-lite/v5 .json",
228
+ "$schema": "https://vega.github.io/schema/vega-lite/v6 .json",
229
229
"width": "container",
230
230
"height": 450,
231
231
"title": "LMS installations worldwide",
0 commit comments