mirror of
https://github.com/apache/superset.git
synced 2026-07-20 13:45:47 +00:00
feat: Adds Histogram chart migration logic (#28780)
This commit is contained in:
committed by
GitHub
parent
dabb4e064f
commit
df0b1cb8ed
@@ -136,9 +136,10 @@ export default function transformProps(
|
||||
const echartOptions: EChartsOption = {
|
||||
grid: {
|
||||
...defaultGrid,
|
||||
bottom: 30,
|
||||
left: 30,
|
||||
right: 30,
|
||||
left: '5%',
|
||||
right: '5%',
|
||||
top: '10%',
|
||||
bottom: '10%',
|
||||
},
|
||||
xAxis: {
|
||||
data: xAxisData,
|
||||
|
||||
Reference in New Issue
Block a user