Skip to content

Commit d7c2134

Browse files
committed
Upgrade Vega to v6. Unfortunately I still don't understand how to get the "zero players" countries back to transparency.
1 parent 9e5596a commit d7c2134

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/analytics/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
2020

2121
```vegalite
2222
{
23-
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
23+
"$schema": "https://vega.github.io/schema/vega-lite/v6.json",
2424
"title": "Number of LMS installations",
2525
"description": "Time series chart of LMS installations by version",
2626
"data": {
@@ -65,7 +65,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
6565
<a href="players">
6666
```vegalite
6767
{
68-
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
68+
"$schema": "https://vega.github.io/schema/vega-lite/v6.json",
6969
"title": "Number of connected players",
7070
"description": "Time series chart of number of connected players",
7171
"data": {
@@ -109,7 +109,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
109109

110110
```vegalite
111111
{
112-
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
112+
"$schema": "https://vega.github.io/schema/vega-lite/v6.json",
113113
"title": "Connected players per LMS installation",
114114
"description": "Histogram which shows how many players are connected per LMS installation",
115115
"data": {
@@ -135,7 +135,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
135135

136136
```vegalite
137137
{
138-
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
138+
"$schema": "https://vega.github.io/schema/vega-lite/v6.json",
139139
"title": "Number of tracks in library",
140140
"description": "Histogram which shows how many tracks (about) are in a LMS installation",
141141
"data": {
@@ -182,7 +182,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
182182
<a href="players">
183183
```vegalite
184184
{
185-
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
185+
"$schema": "https://vega.github.io/schema/vega-lite/v6.json",
186186
"width": "container",
187187
"height": 420,
188188
"title": "Player types",
@@ -204,7 +204,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
204204
<a href="os">
205205
```vegalite
206206
{
207-
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
207+
"$schema": "https://vega.github.io/schema/vega-lite/v6.json",
208208
"width": "container",
209209
"height": 420,
210210
"title": "Operating systems and architectures",
@@ -225,7 +225,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
225225

226226
```vegalite
227227
{
228-
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
228+
"$schema": "https://vega.github.io/schema/vega-lite/v6.json",
229229
"width": "container",
230230
"height": 450,
231231
"title": "LMS installations worldwide",

docs/analytics/os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
2020

2121
```vegalite
2222
{
23-
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
23+
"$schema": "https://vega.github.io/schema/vega-lite/v6.json",
2424
"title": "Number of installations by OS",
2525
"description": "Time series chart of LMS installations by operating system",
2626
"data": {

docs/analytics/players.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Lyrion Music Server encourages users to share their usage data with the LMS comm
2020

2121
```vegalite
2222
{
23-
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
23+
"$schema": "https://vega.github.io/schema/vega-lite/v6.json",
2424
"title": "Number of player types",
2525
"description": "Time series chart of LMS player types",
2626
"data": {

docs/contributing/adding-translations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ is identical to the English version.
4949

5050
```vegalite
5151
{
52-
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
52+
"$schema": "https://vega.github.io/schema/vega-lite/v6.json",
5353
"title": "Coverage in %",
5454
"data": {"url": "/contributing/strings-coverage.json"},
5555
"mark": "bar",

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ plugins:
5454
- docs/players-and-controllers/firmware-versions.yaml
5555

5656
extra_javascript:
57-
- https://cdn.jsdelivr.net/npm/vega@5.29
58-
- https://cdn.jsdelivr.net/npm/vega-lite@5
57+
- https://cdn.jsdelivr.net/npm/vega@6
58+
- https://cdn.jsdelivr.net/npm/vega-lite@6
5959
- https://cdn.jsdelivr.net/npm/vega-embed@6
6060

6161
extra:

0 commit comments

Comments
 (0)