mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
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:
committed by
Michael S. Molina
parent
b699df7030
commit
d0961d0ed8
@@ -48,6 +48,7 @@ describe('Bubble transformProps', () => {
|
||||
expressionType: 'simple',
|
||||
label: 'SUM(sales)',
|
||||
},
|
||||
xAxisBounds: [null, null],
|
||||
yAxisBounds: [null, null],
|
||||
};
|
||||
const chartProps = new ChartProps({
|
||||
|
||||
Reference in New Issue
Block a user