ECharts axisLine 显示坐标轴线条
ECharts About 403 words从 v5.0.0 开始,数值轴 (type: 'value') 默认不显示轴线,需要显式配置。
yAxis.axisLine axisTick
const option = {
xAxis: {
type: 'time',
},
yAxis: {
type: 'value',
axisLine: {
show: true
},
axisTick: {
show: true,
},
},
}
文档
Views: 15 · Posted: 2026-02-09
———         Thanks for Reading         ———
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...