mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
fix(plugin-chart-echarts): bar chart overflow (#20805)
This commit is contained in:
@@ -311,8 +311,5 @@ export function getAxisType(dataType?: GenericDataType): AxisType {
|
||||
if (dataType === GenericDataType.TEMPORAL) {
|
||||
return 'time';
|
||||
}
|
||||
if (dataType === GenericDataType.NUMERIC) {
|
||||
return 'value';
|
||||
}
|
||||
return 'category';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user