@milaboratories/graph-maker 1.1.195 → 1.1.196
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AesSettings/AesDataMappingDiscrete.vue2.js +127 -130
- package/dist/components/AesSettings/AesDataMappingDiscrete.vue2.js.map +1 -1
- package/dist/components/AesSettings/DiscreteRow.vue2.js +18 -18
- package/dist/components/AesSettings/DiscreteRow.vue2.js.map +1 -1
- package/dist/components/AesSettings/DiscreteRow.vue3.js +10 -8
- package/dist/components/AesSettings/DiscreteRow.vue3.js.map +1 -1
- package/dist/components/Chart.vue.js +118 -112
- package/dist/components/Chart.vue.js.map +1 -1
- package/dist/components/CollapsableBlock.vue.d.ts +1 -0
- package/dist/components/CollapsableBlock.vue.js +27 -21
- package/dist/components/CollapsableBlock.vue.js.map +1 -1
- package/dist/constantsCommon.d.ts +2 -0
- package/dist/constantsCommon.js +24 -16
- package/dist/constantsCommon.js.map +1 -1
- package/dist/forms/AxesSettingsForm/BubbleAxesSettingsForm.vue.js +156 -117
- package/dist/forms/AxesSettingsForm/BubbleAxesSettingsForm.vue.js.map +1 -1
- package/dist/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.js +162 -134
- package/dist/forms/AxesSettingsForm/DiscreteAxesSettingsForm.vue.js.map +1 -1
- package/dist/forms/AxesSettingsForm/HeatmapAxesSettingsForm.vue.js +175 -153
- package/dist/forms/AxesSettingsForm/HeatmapAxesSettingsForm.vue.js.map +1 -1
- package/dist/forms/AxesSettingsForm/HistogramAxesSettingsForm.vue.js +177 -136
- package/dist/forms/AxesSettingsForm/HistogramAxesSettingsForm.vue.js.map +1 -1
- package/dist/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.js +243 -203
- package/dist/forms/AxesSettingsForm/ScatterplotAxesSettingsForm.vue.js.map +1 -1
- package/dist/forms/LayersForm/Layer/Bubble.vue.js +39 -43
- package/dist/forms/LayersForm/Layer/Bubble.vue.js.map +1 -1
- package/dist/forms/LayersForm/Layer/discrete/Bar.vue.js +30 -34
- package/dist/forms/LayersForm/Layer/discrete/Bar.vue.js.map +1 -1
- package/dist/forms/LayersForm/Layer/discrete/Errorbar.vue.js +24 -26
- package/dist/forms/LayersForm/Layer/discrete/Errorbar.vue.js.map +1 -1
- package/dist/forms/LayersForm/Layer/discrete/Line.vue.js +27 -29
- package/dist/forms/LayersForm/Layer/discrete/Line.vue.js.map +1 -1
- package/dist/forms/LayersForm/Layer/discrete/StackedArea.vue.js +38 -43
- package/dist/forms/LayersForm/Layer/discrete/StackedArea.vue.js.map +1 -1
- package/dist/forms/LayersForm/Layer/discrete/StackedBar.vue.js +31 -36
- package/dist/forms/LayersForm/Layer/discrete/StackedBar.vue.js.map +1 -1
- package/dist/forms/LayersForm/Layer/heatmap/Heatmap.vue.js +53 -57
- package/dist/forms/LayersForm/Layer/heatmap/Heatmap.vue.js.map +1 -1
- package/dist/forms/LayersForm/Layer/heatmap/HeatmapClustered.vue.js +70 -74
- package/dist/forms/LayersForm/Layer/heatmap/HeatmapClustered.vue.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.vue.js +1 -1
- package/dist/store.d.ts +3 -4
- package/dist/store.js +25 -26
- package/dist/store.js.map +1 -1
- package/dist/types.d.ts +4 -0
- package/dist/utils/createChartSettingsForRender/composeBubbleSettings.d.ts +1 -1
- package/dist/utils/createChartSettingsForRender/composeChartSettings.d.ts +4 -2
- package/dist/utils/createChartSettingsForRender/composeChartSettings.js +22 -22
- package/dist/utils/createChartSettingsForRender/composeChartSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeDiscreteSettings.d.ts +7 -5
- package/dist/utils/createChartSettingsForRender/composeHeatmapSettings.d.ts +1 -1
- package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.d.ts +2 -1
- package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.js +12 -12
- package/dist/utils/createChartSettingsForRender/composeScatterplotSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/composeScatterplotUmapSettings.js +11 -11
- package/dist/utils/createChartSettingsForRender/composeScatterplotUmapSettings.js.map +1 -1
- package/dist/utils/createChartSettingsForRender/getAxesDataFromForms.js +17 -17
- package/dist/utils/createChartSettingsForRender/getAxesDataFromForms.js.map +1 -1
- package/dist/utils/loadUniqueValuesToSave.d.ts +2 -3
- package/dist/utils/loadUniqueValuesToSave.js +2 -2
- package/dist/utils/loadUniqueValuesToSave.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { PlBtnGroup as S, PlTextField as
|
|
1
|
+
import { defineComponent as oe, computed as r, ref as k, onMounted as te, watch as q, createElementBlock as p, openBlock as d, createElementVNode as a, createVNode as s, withCtx as v, createCommentVNode as m, unref as l, createBlock as z, createTextVNode as P } from "vue";
|
|
2
|
+
import { PlBtnGroup as S, PlTextField as I, PlToggleSwitch as x, PlCheckbox as L, Slider as ae } from "@platforma-sdk/ui-vue";
|
|
3
3
|
import { useStore as se } from "../../store.js";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
4
|
+
import G from "../../components/CollapsableBlock.vue.js";
|
|
5
|
+
import N from "../../icons/Right.vue.js";
|
|
6
|
+
import C from "../../icons/Down.vue.js";
|
|
7
|
+
import R from "../../components/BtnIconGroup.vue.js";
|
|
8
8
|
import ne from "../../icons/AlignLeft.vue.js";
|
|
9
9
|
import ie from "../../icons/AlignCenter.vue.js";
|
|
10
10
|
import ue from "../../icons/AlignRight.vue.js";
|
|
@@ -16,10 +16,10 @@ import ve from "../../icons/Rotation90.vue.js";
|
|
|
16
16
|
import xe from "../../icons/FrameLeft.vue.js";
|
|
17
17
|
import ge from "../../icons/FrameBottom.vue.js";
|
|
18
18
|
import fe from "../../icons/FrameLeftBottom.vue.js";
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import { createDefaultMapping as
|
|
19
|
+
import j from "../../components/AesButton.vue.js";
|
|
20
|
+
import J from "../../components/AesSettings/FormWrapper.vue.js";
|
|
21
|
+
import K from "../../components/AesSettings/AesDataMappingDiscrete.vue.js";
|
|
22
|
+
import { createDefaultMapping as Q } from "../../dataBindAes.js";
|
|
23
23
|
import "../../constantsAesthetic.js";
|
|
24
24
|
import { getDiscreteLabelsRotation as Ve } from "../../utils/createChartSettingsForRender/getAxesDataFromForms.js";
|
|
25
25
|
import "@milaboratories/pf-plots";
|
|
@@ -42,18 +42,19 @@ const be = { class: "axes-settings-list" }, ye = { class: "axes-settings-options
|
|
|
42
42
|
}, Xe = { class: "axes-settings-options-row" }, Oe = {
|
|
43
43
|
key: 4,
|
|
44
44
|
class: "axes-settings-options-row"
|
|
45
|
-
},
|
|
45
|
+
}, Ue = { class: "axes-settings-options-row block" }, Pe = { key: 5 }, Ie = { class: "axes-settings-options-row table" }, Le = { class: "axes-settings-options-row table" }, Ge = { class: "axes-settings-options-row table" }, Ne = { class: "axes-settings-options-row block" }, Ce = { key: 0 }, Re = { class: "axes-settings-options-row" }, Fe = { class: "axes-settings-options-row block" }, De = { class: "axes-settings-options-row table" }, Ye = { class: "axes-settings-options-row table" }, Be = { class: "other" }, Me = { class: "axes-settings-options-row" }, Ee = { class: "axes-settings-options-row" }, $e = { class: "axes-settings-options-row" }, He = { class: "axes-settings-options-row" }, qe = { class: "axes-settings-options-row block" }, bl = /* @__PURE__ */ oe({
|
|
46
46
|
__name: "DiscreteAxesSettingsForm",
|
|
47
|
-
setup(
|
|
47
|
+
setup(ze) {
|
|
48
48
|
const i = se(), t = i.value.reactive.axesSettings, A = {
|
|
49
49
|
height: 40,
|
|
50
50
|
horizontalPadding: 12,
|
|
51
|
-
defaultState: "open"
|
|
52
|
-
|
|
51
|
+
defaultState: "open",
|
|
52
|
+
contentPadding: "0 24px"
|
|
53
|
+
}, W = [
|
|
53
54
|
{ value: "left", icon: ne },
|
|
54
55
|
{ value: "center", icon: ie },
|
|
55
56
|
{ value: "right", icon: ue }
|
|
56
|
-
],
|
|
57
|
+
], Z = [
|
|
57
58
|
{ value: "center", icon: me },
|
|
58
59
|
{ value: "45deg", icon: pe },
|
|
59
60
|
{ value: "90deg", icon: ve }
|
|
@@ -61,62 +62,62 @@ const be = { class: "axes-settings-list" }, ye = { class: "axes-settings-options
|
|
|
61
62
|
{ value: "auto", text: "Auto" },
|
|
62
63
|
{ value: "custom", text: "Custom" },
|
|
63
64
|
{ value: "hidden", text: "Hidden" }
|
|
64
|
-
],
|
|
65
|
+
], _ = [
|
|
65
66
|
{ value: "linear", text: "Linear" },
|
|
66
67
|
{ value: "log", text: "Log" }
|
|
67
|
-
],
|
|
68
|
+
], h = [
|
|
68
69
|
{ value: "empty", icon: de },
|
|
69
70
|
{ value: "left", icon: xe },
|
|
70
71
|
{ value: "bottom", icon: ge },
|
|
71
72
|
{ value: "left-bottom", icon: fe },
|
|
72
73
|
{ value: "full", icon: re }
|
|
73
|
-
],
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}),
|
|
77
|
-
n && (
|
|
78
|
-
}),
|
|
79
|
-
n && (
|
|
74
|
+
], F = r(() => i.value.inputGuide.value), X = r(() => i.value.uniqueValuesData.value), V = k(!1), b = k(!1), D = r(() => i.value.reactive.tabDefaultState.axes.reorderPrimaryOpen), Y = r(() => i.value.reactive.tabDefaultState.axes.reorderSecondaryOpen);
|
|
75
|
+
te(() => {
|
|
76
|
+
D.value && (V.value = !0), Y.value && (b.value = !0);
|
|
77
|
+
}), q(() => D.value, (n) => {
|
|
78
|
+
n && (b.value = !1, V.value = !0);
|
|
79
|
+
}), q(() => Y.value, (n) => {
|
|
80
|
+
n && (V.value = !1, b.value = !0);
|
|
80
81
|
});
|
|
81
|
-
const
|
|
82
|
+
const g = r(() => {
|
|
82
83
|
var n, e;
|
|
83
84
|
return (e = (n = i.value.reactive.optionsState.components.primaryGrouping) == null ? void 0 : n.selectorStates[0]) == null ? void 0 : e.selectedSource;
|
|
84
|
-
}),
|
|
85
|
+
}), y = r(() => {
|
|
85
86
|
var n, e;
|
|
86
87
|
return (e = (n = i.value.reactive.optionsState.components.secondaryGrouping) == null ? void 0 : n.selectorStates[0]) == null ? void 0 : e.selectedSource;
|
|
87
|
-
}), w = r(() => i.value.commonHelpersData.primaryGroups.value), c = r(() => i.value.commonHelpersData.secondaryGroups.value),
|
|
88
|
+
}), w = r(() => i.value.commonHelpersData.primaryGroups.value), c = r(() => i.value.commonHelpersData.secondaryGroups.value), B = r(() => i.value.commonHelpersData.usedAesInMapping.value), M = k(i.value.reactive.dataBindAes[g.value] ?? Q(w.value, i.value.defaultPalette.categorical)), E = k(i.value.reactive.dataBindAes[y.value] ?? Q(c.value, i.value.defaultPalette.categorical)), O = r(() => {
|
|
88
89
|
var n;
|
|
89
|
-
if (
|
|
90
|
-
const e =
|
|
90
|
+
if (g.value) {
|
|
91
|
+
const e = F.value.getSourceInfo(g.value) ?? null, o = ((n = X.value[g.value]) == null ? void 0 : n.labels) ?? null;
|
|
91
92
|
return {
|
|
92
93
|
selectedSourceInfo: e,
|
|
93
|
-
labels: w.value.reduce((u,
|
|
94
|
+
labels: w.value.reduce((u, f) => (u[f] = (o == null ? void 0 : o[f]) ?? String(f), u), {})
|
|
94
95
|
};
|
|
95
96
|
}
|
|
96
97
|
return null;
|
|
97
|
-
}),
|
|
98
|
+
}), U = r(() => {
|
|
98
99
|
var n;
|
|
99
|
-
if (
|
|
100
|
-
const e =
|
|
100
|
+
if (y.value) {
|
|
101
|
+
const e = F.value.getSourceInfo(y.value) ?? null, o = ((n = X.value[y.value]) == null ? void 0 : n.labels) ?? null;
|
|
101
102
|
return {
|
|
102
103
|
selectedSourceInfo: e,
|
|
103
|
-
labels: c.value.reduce((u,
|
|
104
|
+
labels: c.value.reduce((u, f) => (u[f] = (o == null ? void 0 : o[f]) ?? String(f), u), {})
|
|
104
105
|
};
|
|
105
106
|
}
|
|
106
107
|
return null;
|
|
107
108
|
});
|
|
108
|
-
function
|
|
109
|
+
function $(n, e) {
|
|
109
110
|
i.value.reactive.dataBindAes[e] = n;
|
|
110
111
|
}
|
|
111
|
-
const
|
|
112
|
+
const ee = [
|
|
112
113
|
{ text: "X", value: "x" },
|
|
113
114
|
{ text: "Y", value: "y" },
|
|
114
115
|
{ text: "XY", value: "xy" },
|
|
115
116
|
{ text: "None", value: "none" }
|
|
116
|
-
],
|
|
117
|
+
], le = r(() => X.value[g.value]), H = r({
|
|
117
118
|
get() {
|
|
118
119
|
var n;
|
|
119
|
-
return Ve(t.axisX.labelsRotation, (n =
|
|
120
|
+
return Ve(t.axisX.labelsRotation, (n = le.value) == null ? void 0 : n.options);
|
|
120
121
|
},
|
|
121
122
|
set(n) {
|
|
122
123
|
t.axisX.labelsRotation = n;
|
|
@@ -124,27 +125,28 @@ const be = { class: "axes-settings-list" }, ye = { class: "axes-settings-options
|
|
|
124
125
|
});
|
|
125
126
|
return (n, e) => (d(), p("div", {
|
|
126
127
|
class: "axes-form",
|
|
127
|
-
onClick: e[
|
|
128
|
+
onClick: e[33] || (e[33] = (o) => o.stopPropagation())
|
|
128
129
|
}, [
|
|
129
|
-
e[
|
|
130
|
+
e[50] || (e[50] = a("h3", { class: "axes-title" }, " Axes ", -1)),
|
|
130
131
|
a("div", be, [
|
|
131
|
-
s(
|
|
132
|
+
s(G, {
|
|
132
133
|
title: "Title",
|
|
133
134
|
settings: A,
|
|
134
|
-
icon:
|
|
135
|
-
"icon-open":
|
|
135
|
+
icon: N,
|
|
136
|
+
"icon-open": C
|
|
136
137
|
}, {
|
|
137
|
-
default:
|
|
138
|
+
default: v(() => [
|
|
138
139
|
a("div", ye, [
|
|
139
140
|
s(l(S), {
|
|
140
141
|
modelValue: l(t).title.mode,
|
|
141
142
|
"onUpdate:modelValue": e[0] || (e[0] = (o) => l(t).title.mode = o),
|
|
142
143
|
label: "Title",
|
|
143
|
-
options: T
|
|
144
|
+
options: T,
|
|
145
|
+
compact: !0
|
|
144
146
|
}, null, 8, ["modelValue"])
|
|
145
147
|
]),
|
|
146
148
|
l(t).title.mode === "custom" ? (d(), p("div", Se, [
|
|
147
|
-
s(l(
|
|
149
|
+
s(l(I), {
|
|
148
150
|
modelValue: l(t).title.value,
|
|
149
151
|
"onUpdate:modelValue": e[1] || (e[1] = (o) => l(t).title.value = o),
|
|
150
152
|
label: "Chart title",
|
|
@@ -152,48 +154,48 @@ const be = { class: "axes-settings-list" }, ye = { class: "axes-settings-options
|
|
|
152
154
|
}, null, 8, ["modelValue"])
|
|
153
155
|
])) : m("", !0),
|
|
154
156
|
a("div", we, [
|
|
155
|
-
e[
|
|
156
|
-
s(
|
|
157
|
+
e[34] || (e[34] = a("span", null, "Alignment", -1)),
|
|
158
|
+
s(R, {
|
|
157
159
|
modelValue: l(t).title.position,
|
|
158
160
|
"onUpdate:modelValue": e[2] || (e[2] = (o) => l(t).title.position = o),
|
|
159
|
-
options:
|
|
161
|
+
options: W
|
|
160
162
|
}, null, 8, ["modelValue"])
|
|
161
163
|
])
|
|
162
164
|
]),
|
|
163
165
|
_: 1
|
|
164
166
|
}),
|
|
165
|
-
s(
|
|
167
|
+
s(G, {
|
|
166
168
|
title: "X-axis",
|
|
167
169
|
settings: A,
|
|
168
|
-
icon:
|
|
169
|
-
"icon-open":
|
|
170
|
+
icon: N,
|
|
171
|
+
"icon-open": C
|
|
170
172
|
}, {
|
|
171
|
-
default:
|
|
173
|
+
default: v(() => [
|
|
172
174
|
w.value.length > 1 ? (d(), p("div", ce, [
|
|
173
|
-
e[
|
|
174
|
-
s(
|
|
175
|
+
e[35] || (e[35] = a("span", null, "Primary groups order: ", -1)),
|
|
176
|
+
s(j, {
|
|
175
177
|
data: { type: "data", value: null },
|
|
176
|
-
onClick: e[3] || (e[3] = (o) =>
|
|
178
|
+
onClick: e[3] || (e[3] = (o) => V.value = !0)
|
|
177
179
|
}),
|
|
178
|
-
|
|
180
|
+
V.value && O.value ? (d(), z(J, {
|
|
179
181
|
key: 0,
|
|
180
182
|
title: "Reorder primary groups",
|
|
181
183
|
"back-title": "Axes Settings",
|
|
182
184
|
"onForm:open": e[6] || (e[6] = (o) => l(i).reactive.tabDefaultState.axes.reorderPrimaryOpen = !1),
|
|
183
|
-
"onForm:close": e[7] || (e[7] = (o) =>
|
|
185
|
+
"onForm:close": e[7] || (e[7] = (o) => V.value = !1)
|
|
184
186
|
}, {
|
|
185
|
-
default:
|
|
187
|
+
default: v(() => {
|
|
186
188
|
var o;
|
|
187
189
|
return [
|
|
188
|
-
s(
|
|
189
|
-
modelValue:
|
|
190
|
+
s(K, {
|
|
191
|
+
modelValue: M.value,
|
|
190
192
|
"onUpdate:modelValue": [
|
|
191
|
-
e[4] || (e[4] = (u) =>
|
|
192
|
-
e[5] || (e[5] = (u) =>
|
|
193
|
+
e[4] || (e[4] = (u) => M.value = u),
|
|
194
|
+
e[5] || (e[5] = (u) => $(u, g.value))
|
|
193
195
|
],
|
|
194
196
|
"column-value-labels": O.value.labels,
|
|
195
197
|
"data-column-label": ((o = O.value.selectedSourceInfo) == null ? void 0 : o.label) ?? "",
|
|
196
|
-
"used-aes-in-mapping":
|
|
198
|
+
"used-aes-in-mapping": B.value[g.value],
|
|
197
199
|
"allow-reordering": "",
|
|
198
200
|
"allow-hiding": "",
|
|
199
201
|
"allow-null-option": l(t).axisX.allowNullPrimaryGroups
|
|
@@ -204,37 +206,37 @@ const be = { class: "axes-settings-list" }, ye = { class: "axes-settings-options
|
|
|
204
206
|
})) : m("", !0)
|
|
205
207
|
])) : m("", !0),
|
|
206
208
|
w.value.length > 1 ? (d(), p("div", ke, [
|
|
207
|
-
e[
|
|
208
|
-
s(l(
|
|
209
|
+
e[36] || (e[36] = a("span", null, "Allow null primary group", -1)),
|
|
210
|
+
s(l(x), {
|
|
209
211
|
modelValue: l(t).axisX.allowNullPrimaryGroups,
|
|
210
212
|
"onUpdate:modelValue": e[8] || (e[8] = (o) => l(t).axisX.allowNullPrimaryGroups = o)
|
|
211
213
|
}, null, 8, ["modelValue"])
|
|
212
214
|
])) : m("", !0),
|
|
213
215
|
c.value.length > 1 ? (d(), p("div", Ae, [
|
|
214
|
-
e[
|
|
215
|
-
s(
|
|
216
|
+
e[37] || (e[37] = a("span", null, "Secondary groups order: ", -1)),
|
|
217
|
+
s(j, {
|
|
216
218
|
data: { type: "data", value: null },
|
|
217
|
-
onClick: e[9] || (e[9] = (o) =>
|
|
219
|
+
onClick: e[9] || (e[9] = (o) => b.value = !0)
|
|
218
220
|
}),
|
|
219
|
-
|
|
221
|
+
b.value && U.value ? (d(), z(J, {
|
|
220
222
|
key: 0,
|
|
221
223
|
title: "Reorder secondary groups",
|
|
222
224
|
"back-title": "Axes Settings",
|
|
223
225
|
"onForm:open": e[12] || (e[12] = (o) => l(i).reactive.tabDefaultState.axes.reorderSecondaryOpen = !1),
|
|
224
|
-
"onForm:close": e[13] || (e[13] = (o) =>
|
|
226
|
+
"onForm:close": e[13] || (e[13] = (o) => b.value = !1)
|
|
225
227
|
}, {
|
|
226
|
-
default:
|
|
228
|
+
default: v(() => {
|
|
227
229
|
var o;
|
|
228
230
|
return [
|
|
229
|
-
s(
|
|
230
|
-
modelValue:
|
|
231
|
+
s(K, {
|
|
232
|
+
modelValue: E.value,
|
|
231
233
|
"onUpdate:modelValue": [
|
|
232
|
-
e[10] || (e[10] = (u) =>
|
|
233
|
-
e[11] || (e[11] = (u) =>
|
|
234
|
+
e[10] || (e[10] = (u) => E.value = u),
|
|
235
|
+
e[11] || (e[11] = (u) => $(u, y.value))
|
|
234
236
|
],
|
|
235
|
-
"column-value-labels":
|
|
236
|
-
"data-column-label": ((o =
|
|
237
|
-
"used-aes-in-mapping":
|
|
237
|
+
"column-value-labels": U.value.labels,
|
|
238
|
+
"data-column-label": ((o = U.value.selectedSourceInfo) == null ? void 0 : o.label) ?? "",
|
|
239
|
+
"used-aes-in-mapping": B.value[y.value],
|
|
238
240
|
"allow-reordering": "",
|
|
239
241
|
"allow-hiding": "",
|
|
240
242
|
"allow-null-option": l(t).axisX.allowNullSecondaryGroups
|
|
@@ -245,41 +247,42 @@ const be = { class: "axes-settings-list" }, ye = { class: "axes-settings-options
|
|
|
245
247
|
})) : m("", !0)
|
|
246
248
|
])) : m("", !0),
|
|
247
249
|
c.value.length > 1 ? (d(), p("div", Te, [
|
|
248
|
-
e[
|
|
249
|
-
s(l(
|
|
250
|
+
e[38] || (e[38] = a("span", null, "Allow null secondary group", -1)),
|
|
251
|
+
s(l(x), {
|
|
250
252
|
modelValue: l(t).axisX.allowNullSecondaryGroups,
|
|
251
253
|
"onUpdate:modelValue": e[14] || (e[14] = (o) => l(t).axisX.allowNullSecondaryGroups = o)
|
|
252
254
|
}, null, 8, ["modelValue"])
|
|
253
255
|
])) : m("", !0),
|
|
254
256
|
a("div", Xe, [
|
|
255
|
-
s(l(
|
|
257
|
+
s(l(L), {
|
|
256
258
|
modelValue: l(t).axisX.hideAxisLabels,
|
|
257
259
|
"onUpdate:modelValue": e[15] || (e[15] = (o) => l(t).axisX.hideAxisLabels = o)
|
|
258
260
|
}, {
|
|
259
|
-
default:
|
|
260
|
-
|
|
261
|
+
default: v(() => [...e[39] || (e[39] = [
|
|
262
|
+
P("Hide axis labels", -1)
|
|
261
263
|
])]),
|
|
262
264
|
_: 1
|
|
263
265
|
}, 8, ["modelValue"])
|
|
264
266
|
]),
|
|
265
267
|
l(t).axisX.hideAxisLabels ? m("", !0) : (d(), p("div", Oe, [
|
|
266
|
-
e[
|
|
267
|
-
s(
|
|
268
|
-
modelValue:
|
|
269
|
-
"onUpdate:modelValue": e[16] || (e[16] = (o) =>
|
|
270
|
-
options:
|
|
268
|
+
e[40] || (e[40] = a("span", null, "Labels rotation", -1)),
|
|
269
|
+
s(R, {
|
|
270
|
+
modelValue: H.value,
|
|
271
|
+
"onUpdate:modelValue": e[16] || (e[16] = (o) => H.value = o),
|
|
272
|
+
options: Z
|
|
271
273
|
}, null, 8, ["modelValue"])
|
|
272
274
|
])),
|
|
273
|
-
a("div",
|
|
275
|
+
a("div", Ue, [
|
|
274
276
|
s(l(S), {
|
|
275
277
|
modelValue: l(t).axisX.titleMode,
|
|
276
278
|
"onUpdate:modelValue": e[17] || (e[17] = (o) => l(t).axisX.titleMode = o),
|
|
277
279
|
label: "Title",
|
|
278
|
-
options: T
|
|
280
|
+
options: T,
|
|
281
|
+
compact: !0
|
|
279
282
|
}, null, 8, ["modelValue"])
|
|
280
283
|
]),
|
|
281
|
-
l(t).axisX.titleMode === "custom" ? (d(), p("div",
|
|
282
|
-
s(l(
|
|
284
|
+
l(t).axisX.titleMode === "custom" ? (d(), p("div", Pe, [
|
|
285
|
+
s(l(I), {
|
|
283
286
|
modelValue: l(t).axisX.customTitle,
|
|
284
287
|
"onUpdate:modelValue": e[18] || (e[18] = (o) => l(t).axisX.customTitle = o),
|
|
285
288
|
label: "Text",
|
|
@@ -287,22 +290,22 @@ const be = { class: "axes-settings-list" }, ye = { class: "axes-settings-options
|
|
|
287
290
|
}, null, 8, ["modelValue"])
|
|
288
291
|
])) : m("", !0),
|
|
289
292
|
a("div", Ie, [
|
|
290
|
-
e[
|
|
291
|
-
s(l(
|
|
293
|
+
e[41] || (e[41] = a("span", null, "Gridlines", -1)),
|
|
294
|
+
s(l(x), {
|
|
292
295
|
modelValue: l(t).axisX.gridlines,
|
|
293
296
|
"onUpdate:modelValue": e[19] || (e[19] = (o) => l(t).axisX.gridlines = o)
|
|
294
297
|
}, null, 8, ["modelValue"])
|
|
295
298
|
]),
|
|
296
|
-
a("div",
|
|
297
|
-
e[
|
|
298
|
-
s(l(
|
|
299
|
+
a("div", Le, [
|
|
300
|
+
e[42] || (e[42] = a("span", null, "Lines between categories", -1)),
|
|
301
|
+
s(l(x), {
|
|
299
302
|
modelValue: l(t).axisX.linesBetweenCategories,
|
|
300
303
|
"onUpdate:modelValue": e[20] || (e[20] = (o) => l(t).axisX.linesBetweenCategories = o)
|
|
301
304
|
}, null, 8, ["modelValue"])
|
|
302
305
|
]),
|
|
303
|
-
a("div",
|
|
304
|
-
e[
|
|
305
|
-
s(l(
|
|
306
|
+
a("div", Ge, [
|
|
307
|
+
e[43] || (e[43] = a("span", null, "Ticks", -1)),
|
|
308
|
+
s(l(x), {
|
|
306
309
|
modelValue: l(t).axisX.ticks,
|
|
307
310
|
"onUpdate:modelValue": e[21] || (e[21] = (o) => l(t).axisX.ticks = o)
|
|
308
311
|
}, null, 8, ["modelValue"])
|
|
@@ -310,74 +313,98 @@ const be = { class: "axes-settings-list" }, ye = { class: "axes-settings-options
|
|
|
310
313
|
]),
|
|
311
314
|
_: 1
|
|
312
315
|
}),
|
|
313
|
-
s(
|
|
316
|
+
s(G, {
|
|
314
317
|
title: "Y-axis",
|
|
315
318
|
settings: A,
|
|
316
|
-
icon:
|
|
317
|
-
"icon-open":
|
|
319
|
+
icon: N,
|
|
320
|
+
"icon-open": C
|
|
318
321
|
}, {
|
|
319
|
-
default:
|
|
320
|
-
a("div",
|
|
322
|
+
default: v(() => [
|
|
323
|
+
a("div", Ne, [
|
|
321
324
|
s(l(S), {
|
|
322
325
|
modelValue: l(t).axisY.titleMode,
|
|
323
326
|
"onUpdate:modelValue": e[22] || (e[22] = (o) => l(t).axisY.titleMode = o),
|
|
324
327
|
label: "Title",
|
|
325
|
-
options: T
|
|
328
|
+
options: T,
|
|
329
|
+
compact: !0
|
|
326
330
|
}, null, 8, ["modelValue"])
|
|
327
331
|
]),
|
|
328
|
-
l(t).axisY.titleMode === "custom" ? (d(), p("div",
|
|
329
|
-
s(l(
|
|
332
|
+
l(t).axisY.titleMode === "custom" ? (d(), p("div", Ce, [
|
|
333
|
+
s(l(I), {
|
|
330
334
|
modelValue: l(t).axisY.customTitle,
|
|
331
335
|
"onUpdate:modelValue": e[23] || (e[23] = (o) => l(t).axisY.customTitle = o),
|
|
332
336
|
label: "Text",
|
|
333
337
|
placeholder: "Type"
|
|
334
338
|
}, null, 8, ["modelValue"])
|
|
335
339
|
])) : m("", !0),
|
|
340
|
+
a("div", Re, [
|
|
341
|
+
s(l(L), {
|
|
342
|
+
modelValue: l(t).axisY.hideAxisLabels,
|
|
343
|
+
"onUpdate:modelValue": e[24] || (e[24] = (o) => l(t).axisY.hideAxisLabels = o)
|
|
344
|
+
}, {
|
|
345
|
+
default: v(() => [...e[44] || (e[44] = [
|
|
346
|
+
P("Hide axis labels", -1)
|
|
347
|
+
])]),
|
|
348
|
+
_: 1
|
|
349
|
+
}, 8, ["modelValue"])
|
|
350
|
+
]),
|
|
336
351
|
a("div", Fe, [
|
|
337
352
|
s(l(S), {
|
|
338
353
|
modelValue: l(t).axisY.scale,
|
|
339
|
-
"onUpdate:modelValue": e[
|
|
354
|
+
"onUpdate:modelValue": e[25] || (e[25] = (o) => l(t).axisY.scale = o),
|
|
340
355
|
label: "Scale",
|
|
341
|
-
options:
|
|
356
|
+
options: _,
|
|
357
|
+
compact: !0
|
|
342
358
|
}, null, 8, ["modelValue"])
|
|
343
359
|
]),
|
|
344
|
-
a("div",
|
|
345
|
-
e[
|
|
346
|
-
s(l(
|
|
360
|
+
a("div", De, [
|
|
361
|
+
e[45] || (e[45] = a("span", null, "Gridlines", -1)),
|
|
362
|
+
s(l(x), {
|
|
347
363
|
modelValue: l(t).axisY.gridlines,
|
|
348
|
-
"onUpdate:modelValue": e[
|
|
364
|
+
"onUpdate:modelValue": e[26] || (e[26] = (o) => l(t).axisY.gridlines = o)
|
|
349
365
|
}, null, 8, ["modelValue"])
|
|
350
366
|
]),
|
|
351
|
-
a("div",
|
|
352
|
-
e[
|
|
353
|
-
s(l(
|
|
367
|
+
a("div", Ye, [
|
|
368
|
+
e[46] || (e[46] = a("span", null, "Ticks", -1)),
|
|
369
|
+
s(l(x), {
|
|
354
370
|
modelValue: l(t).axisY.ticks,
|
|
355
|
-
"onUpdate:modelValue": e[
|
|
371
|
+
"onUpdate:modelValue": e[27] || (e[27] = (o) => l(t).axisY.ticks = o)
|
|
356
372
|
}, null, 8, ["modelValue"])
|
|
357
373
|
])
|
|
358
374
|
]),
|
|
359
375
|
_: 1
|
|
360
376
|
}),
|
|
361
377
|
a("div", Be, [
|
|
362
|
-
a("div",
|
|
363
|
-
|
|
364
|
-
|
|
378
|
+
a("div", Me, [
|
|
379
|
+
s(l(L), {
|
|
380
|
+
modelValue: l(t).other.showLegend,
|
|
381
|
+
"onUpdate:modelValue": e[28] || (e[28] = (o) => l(t).other.showLegend = o)
|
|
382
|
+
}, {
|
|
383
|
+
default: v(() => [...e[47] || (e[47] = [
|
|
384
|
+
P("Show legend", -1)
|
|
385
|
+
])]),
|
|
386
|
+
_: 1
|
|
387
|
+
}, 8, ["modelValue"])
|
|
388
|
+
]),
|
|
389
|
+
a("div", Ee, [
|
|
390
|
+
e[48] || (e[48] = a("span", null, "Frame", -1)),
|
|
391
|
+
s(R, {
|
|
365
392
|
modelValue: l(t).other.frame,
|
|
366
|
-
"onUpdate:modelValue": e[
|
|
367
|
-
options:
|
|
393
|
+
"onUpdate:modelValue": e[29] || (e[29] = (o) => l(t).other.frame = o),
|
|
394
|
+
options: h
|
|
368
395
|
}, null, 8, ["modelValue"])
|
|
369
396
|
]),
|
|
370
|
-
a("div",
|
|
371
|
-
e[
|
|
372
|
-
s(l(
|
|
397
|
+
a("div", $e, [
|
|
398
|
+
e[49] || (e[49] = a("span", null, "Reverse axes", -1)),
|
|
399
|
+
s(l(x), {
|
|
373
400
|
modelValue: l(t).other.reverse,
|
|
374
|
-
"onUpdate:modelValue": e[
|
|
401
|
+
"onUpdate:modelValue": e[30] || (e[30] = (o) => l(t).other.reverse = o)
|
|
375
402
|
}, null, 8, ["modelValue"])
|
|
376
403
|
]),
|
|
377
|
-
a("div",
|
|
404
|
+
a("div", He, [
|
|
378
405
|
s(l(ae), {
|
|
379
406
|
modelValue: l(t).other.facetColumns,
|
|
380
|
-
"onUpdate:modelValue": e[
|
|
407
|
+
"onUpdate:modelValue": e[31] || (e[31] = (o) => l(t).other.facetColumns = o),
|
|
381
408
|
style: { width: "100%" },
|
|
382
409
|
label: "Facet column count",
|
|
383
410
|
min: 1,
|
|
@@ -387,12 +414,13 @@ const be = { class: "axes-settings-list" }, ye = { class: "axes-settings-options
|
|
|
387
414
|
mode: "input"
|
|
388
415
|
}, null, 8, ["modelValue"])
|
|
389
416
|
]),
|
|
390
|
-
a("div",
|
|
417
|
+
a("div", qe, [
|
|
391
418
|
s(l(S), {
|
|
392
419
|
modelValue: l(t).other.facetSharedBy,
|
|
393
|
-
"onUpdate:modelValue": e[
|
|
420
|
+
"onUpdate:modelValue": e[32] || (e[32] = (o) => l(t).other.facetSharedBy = o),
|
|
394
421
|
label: "Facet shared by",
|
|
395
|
-
options:
|
|
422
|
+
options: ee,
|
|
423
|
+
compact: !0
|
|
396
424
|
}, null, 8, ["modelValue"])
|
|
397
425
|
])
|
|
398
426
|
])
|
|
@@ -401,6 +429,6 @@ const be = { class: "axes-settings-list" }, ye = { class: "axes-settings-options
|
|
|
401
429
|
}
|
|
402
430
|
});
|
|
403
431
|
export {
|
|
404
|
-
|
|
432
|
+
bl as default
|
|
405
433
|
};
|
|
406
434
|
//# sourceMappingURL=DiscreteAxesSettingsForm.vue.js.map
|