fix(plugin-chart-echarts): support truncated numeric x-axis (#26215)

Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
(cherry picked from commit 07e5fe8a66)
This commit is contained in:
Ville Brofeldt
2023-12-08 05:40:09 -08:00
committed by Michael S. Molina
parent b699df7030
commit d0961d0ed8
19 changed files with 150 additions and 31 deletions

View File

@@ -48,6 +48,7 @@ describe('Bubble transformProps', () => {
expressionType: 'simple',
label: 'SUM(sales)',
},
xAxisBounds: [null, null],
yAxisBounds: [null, null],
};
const chartProps = new ChartProps({