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,
        },
    },
}

文档

https://echarts.apache.org/zh/option.html#yAxis.axisLine

https://echarts.apache.org/zh/option.html#yAxis.axisTick

Views: 15 · Posted: 2026-02-09

———         Thanks for Reading         ———

Give me a Star, Thanks:)

https://github.com/fendoudebb/LiteNote

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓
Prev Post
Today In History
Browsing Refresh