Version
4.6.0
Reproduction link
https://gallery.echartsjs.com/editor.html?c=xs9BT4SnHR&v=1
Steps to reproduce
use this conf:
option = {
legend: {},
tooltip: {},
dataset: {
source: [
['val', 'id'],
[0, 1234],
[4, 12345]
]
},
xAxis: {type: 'value'},
yAxis: {},
series: [
{type: 'bar'}
]
};
What is expected?
the graph is expected to be consistent
What is actually happening?
the layout is broken.
the columns come out of the graph and their size is not good