mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat: semantic layer extension (#37815)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user