-
Notifications
You must be signed in to change notification settings - Fork 19.8k
对数轴在柱状图上无法显示 #11403
Copy link
Copy link
Closed
Labels
bugdifficulty: easyIssues that can be fixed more easily than the average.Issues that can be fixed more easily than the average.priority: hightopic: bar
Description
Version
4.4.0-rc.1
Steps to reproduce
修改官网例子中的配置项series type和yAxis type为以下:
option = {
xAxis: {
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
type: 'log'
},
series: [{
data: [820, 932, 901, 934, 1290, 1330, 1320],
type: 'bar'
}]
};
What is expected?
柱状图正常显示
What is actually happening?
柱状图的bar没有绘制
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugdifficulty: easyIssues that can be fixed more easily than the average.Issues that can be fixed more easily than the average.priority: hightopic: bar