Skip to content

Commit

Permalink
fix(plugin-chart-echarts): bar chart overflow (#20805)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ authored Jul 23, 2022
1 parent 557cf4b commit 9bf7ed5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,5 @@ export function getAxisType(dataType?: GenericDataType): AxisType {
if (dataType === GenericDataType.TEMPORAL) {
return 'time';
}
if (dataType === GenericDataType.NUMERIC) {
return 'value';
}
return 'category';
}

0 comments on commit 9bf7ed5

Please sign in to comment.