autoql-fe-utils 1.0.13 → 1.0.14
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/index.global.js +2 -2
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6363,13 +6363,13 @@ var getLinearScales = ({
|
|
|
6363
6363
|
columnIndex: columnIndices1[0],
|
|
6364
6364
|
columnIndices: columnIndices1,
|
|
6365
6365
|
colorScale: colorScales == null ? void 0 : colorScales.colorScale,
|
|
6366
|
-
changeNumberColumnIndices
|
|
6366
|
+
changeColumnIndices: (indices, columns2) => changeNumberColumnIndices(indices, void 0, columns2)
|
|
6367
6367
|
};
|
|
6368
6368
|
const scaleColumnConfig2 = {
|
|
6369
6369
|
columnIndex: columnIndices2[0],
|
|
6370
6370
|
columnIndices: columnIndices2,
|
|
6371
6371
|
colorScale: colorScales == null ? void 0 : colorScales.colorScale2,
|
|
6372
|
-
|
|
6372
|
+
changeColumnIndices: (indices, columns2) => changeNumberColumnIndices(void 0, indices, columns2)
|
|
6373
6373
|
};
|
|
6374
6374
|
const minMax = getMinAndMaxValues(data, columnIndices1, isScaled, stacked, stringColumnIndex);
|
|
6375
6375
|
const minValue = minMax.minValue;
|