Skip to content

Commit 64de11c

Browse files
committed
Fixed prettier problems in presets.js
1 parent 81f6098 commit 64de11c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/apps/weblib/js-api/presets.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class Presets {
2929
x: "x",
3030
y: ["y", "splittedBy"],
3131
color: "splittedBy",
32-
label: "y"
32+
label: "y",
3333
},
3434
split: true,
3535
},
@@ -38,7 +38,7 @@ export default class Presets {
3838
x: "x",
3939
y: ["y", "stackedBy"],
4040
color: "stackedBy",
41-
label: "y"
41+
label: "y",
4242
},
4343
align: "stretch",
4444
},
@@ -97,7 +97,7 @@ export default class Presets {
9797
x: ["x", "splittedBy"],
9898
y: "y",
9999
color: "splittedBy",
100-
label: "x"
100+
label: "x",
101101
},
102102
split: true,
103103
},
@@ -106,15 +106,15 @@ export default class Presets {
106106
x: ["x", "stackedBy"],
107107
y: "y",
108108
color: "stackedBy",
109-
label: "x"
109+
label: "x",
110110
},
111111
align: "stretch",
112112
},
113113
lollipop: {
114114
channels: {
115115
x: "x",
116116
y: "y",
117-
label: "y"
117+
label: "y",
118118
},
119119
geometry: "circle",
120120
},
@@ -236,7 +236,7 @@ export default class Presets {
236236
channels: {
237237
x: "angle",
238238
y: "radius",
239-
label: "radius"
239+
label: "radius",
240240
},
241241
coordSystem: "polar",
242242
},
@@ -253,15 +253,15 @@ export default class Presets {
253253
x: ["angle", "by"],
254254
y: "radius",
255255
color: "by",
256-
label: "radius"
256+
label: "radius",
257257
},
258258
coordSystem: "polar",
259259
},
260260
radialBar: {
261261
channels: {
262262
x: "angle",
263263
y: { set: "radius", range: { min: "-50%" } },
264-
label: "angle"
264+
label: "angle",
265265
},
266266
coordSystem: "polar",
267267
},
@@ -270,7 +270,7 @@ export default class Presets {
270270
x: ["angle", "stackedBy"],
271271
y: { set: "radius", range: { min: "-50%" } },
272272
color: "stackedBy",
273-
label: "angle"
273+
label: "angle",
274274
},
275275
coordSystem: "polar",
276276
},

0 commit comments

Comments
 (0)