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.
@@ -22192,13 +22192,13 @@
22192
22192
  columnIndex: columnIndices1[0],
22193
22193
  columnIndices: columnIndices1,
22194
22194
  colorScale: colorScales == null ? void 0 : colorScales.colorScale,
22195
- changeNumberColumnIndices
22195
+ changeColumnIndices: (indices, columns2) => changeNumberColumnIndices(indices, void 0, columns2)
22196
22196
  };
22197
22197
  const scaleColumnConfig2 = {
22198
22198
  columnIndex: columnIndices2[0],
22199
22199
  columnIndices: columnIndices2,
22200
22200
  colorScale: colorScales == null ? void 0 : colorScales.colorScale2,
22201
- changeNumberColumnIndices: (indices, columns2) => changeNumberColumnIndices(void 0, indices, columns2)
22201
+ changeColumnIndices: (indices, columns2) => changeNumberColumnIndices(void 0, indices, columns2)
22202
22202
  };
22203
22203
  const minMax = getMinAndMaxValues(data, columnIndices1, isScaled, stacked, stringColumnIndex);
22204
22204
  const minValue = minMax.minValue;