Skip to content

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

Description

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions