Skip to content

iOS如何设置X轴滚动到最右边 #1592

@siaschenbin

Description

@siaschenbin
.scrollablePlotAreaSet(
        AAScrollablePlotArea.new
        .minWidthSet([NSNumber numberWithFloat:maxX])
        .opacitySet(@1) //y轴透明度
        .minWidthSet(@(maxX))) //设置滚动区域
.seriesSet(eleArray);

maxX 是根据 X 轴数量 * 固定宽度算出来的
但是现在不生效了

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions