drizzle-cube 0.1.48 → 0.1.49
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/client/charts.js +1 -1
- package/dist/client/chunks/{charts-C4AUz_2H.js → charts-0DGM88kv.js} +728 -724
- package/dist/client/chunks/charts-0DGM88kv.js.map +1 -0
- package/dist/client/chunks/{components-CoVc8US7.js → components-XDrxEhMx.js} +42 -4
- package/dist/client/chunks/components-XDrxEhMx.js.map +1 -0
- package/dist/client/components.js +2 -2
- package/dist/client/index.js +2 -2
- package/dist/client/types.d.ts +2 -0
- package/dist/client-bundle-stats.html +1 -1
- package/package.json +1 -1
- package/dist/client/chunks/charts-C4AUz_2H.js.map +0 -1
- package/dist/client/chunks/components-CoVc8US7.js.map +0 -1
|
@@ -3,7 +3,7 @@ import K, { Component as Lx, useRef as he, useState as Z, useEffect as fe, useLa
|
|
|
3
3
|
import { useCubeQuery as $x, useDebounce as Vx, useFilterValues as zx } from "../hooks.js";
|
|
4
4
|
import { F as ln, I as Fe, d as Bx, a as Hx, b as jx, c as Gx, e as Ux, f as Wx, g as Kx, h as Yx, i as Qx, j as Xx, k as Zx, l as Jx, m as e0, n as t0, o as r0, p as n0, q as s0, r as a0, s as i0, t as o0, u as l0, v as c0, w as d0, x as u0, y as fy, z as hy, A as Qr, B as f0, C as h0, D as Be, E as Dd, G as pr, H as Ut, J as bc, K as $e, L as et, M as m0, N as Ct, O as vc, P as xc, Q as p0, R as my, S as Vt, T as qd, U as g0, V as zt, W as y0, X as py, Y as b0, Z as v0, _ as Id, $ as wc, a0 as x0, a1 as w0, a2 as Nc, a3 as N0 } from "./icons-oifcbJCc.js";
|
|
5
5
|
import { u as ot } from "./providers-aaWIe5KD.js";
|
|
6
|
-
import { i as Nt, b as Od, d as _0, e as Fd, t as S0, g as E0, h as C0, j as Tr, l as k0, k as A0, m as gy, n as T0, p as Pd, C as Ld, o as $d, q as yy, r as _c, s as Vd, u as Pn, v as R0, w as M0, x as D0, D as by, T as q0, a as I0, R as O0, S as F0, P as P0, A as L0, L as $0, B as V0 } from "./charts-
|
|
6
|
+
import { i as Nt, b as Od, d as _0, e as Fd, t as S0, g as E0, h as C0, j as Tr, l as k0, k as A0, m as gy, n as T0, p as Pd, C as Ld, o as $d, q as yy, r as _c, s as Vd, u as Pn, v as R0, w as M0, x as D0, D as by, T as q0, a as I0, R as O0, S as F0, P as P0, A as L0, L as $0, B as V0 } from "./charts-0DGM88kv.js";
|
|
7
7
|
import { WidthProvider as z0, Responsive as B0 } from "react-grid-layout";
|
|
8
8
|
import { createPortal as H0 } from "react-dom";
|
|
9
9
|
class j0 extends Lx {
|
|
@@ -131,8 +131,20 @@ const G0 = {
|
|
|
131
131
|
emptyText: "Drop dimensions here to split data into series"
|
|
132
132
|
}
|
|
133
133
|
],
|
|
134
|
-
displayOptions: ["showLegend", "showGrid", "showTooltip", "
|
|
134
|
+
displayOptions: ["showLegend", "showGrid", "showTooltip", "hideHeader"],
|
|
135
135
|
displayOptionsConfig: [
|
|
136
|
+
{
|
|
137
|
+
key: "stackType",
|
|
138
|
+
label: "Stacking",
|
|
139
|
+
type: "select",
|
|
140
|
+
defaultValue: "none",
|
|
141
|
+
options: [
|
|
142
|
+
{ value: "none", label: "None" },
|
|
143
|
+
{ value: "normal", label: "Stacked" },
|
|
144
|
+
{ value: "percent", label: "Stacked 100%" }
|
|
145
|
+
],
|
|
146
|
+
description: "How to stack multiple bar series"
|
|
147
|
+
},
|
|
136
148
|
{
|
|
137
149
|
key: "target",
|
|
138
150
|
label: "Target Values",
|
|
@@ -173,6 +185,13 @@ const G0 = {
|
|
|
173
185
|
],
|
|
174
186
|
displayOptions: ["showLegend", "showGrid", "showTooltip", "hideHeader"],
|
|
175
187
|
displayOptionsConfig: [
|
|
188
|
+
{
|
|
189
|
+
key: "connectNulls",
|
|
190
|
+
label: "Connect Nulls",
|
|
191
|
+
type: "boolean",
|
|
192
|
+
defaultValue: !1,
|
|
193
|
+
description: "Draw continuous line through missing data points"
|
|
194
|
+
},
|
|
176
195
|
{
|
|
177
196
|
key: "target",
|
|
178
197
|
label: "Target Values",
|
|
@@ -211,8 +230,27 @@ const G0 = {
|
|
|
211
230
|
emptyText: "Drop dimensions here for stacked areas"
|
|
212
231
|
}
|
|
213
232
|
],
|
|
214
|
-
displayOptions: ["showLegend", "showGrid", "showTooltip", "
|
|
233
|
+
displayOptions: ["showLegend", "showGrid", "showTooltip", "hideHeader"],
|
|
215
234
|
displayOptionsConfig: [
|
|
235
|
+
{
|
|
236
|
+
key: "stackType",
|
|
237
|
+
label: "Stacking",
|
|
238
|
+
type: "select",
|
|
239
|
+
defaultValue: "none",
|
|
240
|
+
options: [
|
|
241
|
+
{ value: "none", label: "None" },
|
|
242
|
+
{ value: "normal", label: "Stacked" },
|
|
243
|
+
{ value: "percent", label: "Stacked 100%" }
|
|
244
|
+
],
|
|
245
|
+
description: "How to stack multiple area series"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
key: "connectNulls",
|
|
249
|
+
label: "Connect Nulls",
|
|
250
|
+
type: "boolean",
|
|
251
|
+
defaultValue: !1,
|
|
252
|
+
description: "Draw continuous line through missing data points"
|
|
253
|
+
},
|
|
216
254
|
{
|
|
217
255
|
key: "target",
|
|
218
256
|
label: "Target Values",
|
|
@@ -21041,4 +21079,4 @@ export {
|
|
|
21041
21079
|
R_ as s,
|
|
21042
21080
|
Gy as w
|
|
21043
21081
|
};
|
|
21044
|
-
//# sourceMappingURL=components-
|
|
21082
|
+
//# sourceMappingURL=components-XDrxEhMx.js.map
|