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.mjs
CHANGED
|
@@ -5988,13 +5988,13 @@ var getLinearScales = ({
|
|
|
5988
5988
|
columnIndex: columnIndices1[0],
|
|
5989
5989
|
columnIndices: columnIndices1,
|
|
5990
5990
|
colorScale: colorScales == null ? void 0 : colorScales.colorScale,
|
|
5991
|
-
changeNumberColumnIndices
|
|
5991
|
+
changeColumnIndices: (indices, columns2) => changeNumberColumnIndices(indices, void 0, columns2)
|
|
5992
5992
|
};
|
|
5993
5993
|
const scaleColumnConfig2 = {
|
|
5994
5994
|
columnIndex: columnIndices2[0],
|
|
5995
5995
|
columnIndices: columnIndices2,
|
|
5996
5996
|
colorScale: colorScales == null ? void 0 : colorScales.colorScale2,
|
|
5997
|
-
|
|
5997
|
+
changeColumnIndices: (indices, columns2) => changeNumberColumnIndices(void 0, indices, columns2)
|
|
5998
5998
|
};
|
|
5999
5999
|
const minMax = getMinAndMaxValues(data, columnIndices1, isScaled, stacked, stringColumnIndex);
|
|
6000
6000
|
const minValue = minMax.minValue;
|