Skip to content

如何修改网格线样式? #247

@xiaochun1996

Description

@xiaochun1996
aaOptions.xAxis?.apply {
            labels(aaLabelsX)
                .lineColor("#CFCFCF")  // x轴的颜色
                .lineWidth(0.5)
                .gridLineDashStyle("LongDash")
                .gridLineWidth(2)
                .minorGridLineDashStyle("LongDash")
                .minorGridLineWidth(2)
        }

设置无效

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions