@milaboratories/graph-maker 1.1.104 → 1.1.105
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/graph-maker.js +1 -1
- package/dist/graph-maker.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/graph-maker.js
CHANGED
|
@@ -13162,7 +13162,7 @@ function MN(e, t, n, r) {
|
|
|
13162
13162
|
async function lD(e, t, n = !0) {
|
|
13163
13163
|
const r = [], a = t.filter(({ selectedSource: s }) => "kind" in s && s.kind === "PColumn"), i = t.filter(({ selectedSource: s }) => !("kind" in s && s.kind === "PColumn")), l = [];
|
|
13164
13164
|
for (const { inputName: s, filterType: c, selectedSource: f, selectedFilterValue: A, selectedFilterRange: p, fixedAxes: h } of a) {
|
|
13165
|
-
const { name: m, valueType: C, annotations: w, domain: x } = f, B = await e.pFrameProvider.findColumnBy(m, C, z0(w), z0(x)), _ = s === "filters" || s === "tabBy";
|
|
13165
|
+
const { name: m, valueType: C, annotations: w, domain: x } = f, B = await e.pFrameProvider.findColumnBy(m, C, z0(w), z0(x)), _ = s === "filters" || s === "tabBy" || s === "highlight";
|
|
13166
13166
|
if (B) {
|
|
13167
13167
|
const M = await e.pFrameProvider.getColumnSpecById(B), N = M && h ? h.map((H) => ({ axisIdx: H.axisIdx, axisValue: H.axisValue, axisSource: Zr.fromAxisSpec(M == null ? void 0 : M.axesSpec[H.axisIdx]).toCanonicalString() })) : [];
|
|
13168
13168
|
if (!_)
|