Skip to content

Commit

Permalink
fix(plugin-chart-echarts): bar chart overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Jul 22, 2022
1 parent 9c7bcfc commit eb2d15d
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 eb2d15d

Please sign in to comment.