feat: semantic layer extension (#37815)

This commit is contained in:
Beto Dealmeida
2026-05-05 12:07:46 -04:00
committed by GitHub
parent 9e91ae8cff
commit cb53745d43
141 changed files with 18851 additions and 667 deletions

View File

@@ -1402,7 +1402,7 @@ test('getAxisType with forced categorical', () => {
test('getAxisType treats numeric as category for bar charts', () => {
expect(
getAxisType(
(getAxisType as (...args: unknown[]) => AxisType)(
false,
false,
GenericDataType.Numeric,
@@ -1410,7 +1410,7 @@ test('getAxisType treats numeric as category for bar charts', () => {
),
).toEqual(AxisType.Category);
expect(
getAxisType(
(getAxisType as (...args: unknown[]) => AxisType)(
false,
false,
GenericDataType.Numeric,