Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有些属性不知道怎么进行处理? #1546

Open
chenzefu opened this issue May 14, 2024 · 7 comments
Open

有些属性不知道怎么进行处理? #1546

chenzefu opened this issue May 14, 2024 · 7 comments

Comments

@chenzefu
Copy link

WeChat6e3848a0bf0cf13b427d82b354e7bb24
有三个属性一直没有找到怎么进行处理
1.y轴的数组数据背景颜色怎么进行设置呢?
2. 曲线怎么从开始画怎么设置从y轴开始画?不然有间隔看着怪怪的
3.x坐标的每个item宽度可以进行设置吗?

@AAChartModel
Copy link
Owner

1.y轴的数组数据背景颜色怎么进行设置呢?

Highcharts 默认似乎不支持直接设置 y 轴文字区域的背景色, 不知道你需要的是不是这种效果:

@AAChartModel
Copy link
Owner

  1. 曲线怎么从开始画怎么设置从y轴开始画?不然有间隔看着怪怪的

参考:

@chenzefu
Copy link
Author

  1. 曲线怎么从开始画怎么设置从y轴开始画?不然有间隔看着怪怪的

参考:

WeChata3f63cd16eeac9e0308f4f65ef5f4e29
大佬,我是想问下这个曲线可以往左边调一些吗?左边空的距离太大了

@chenzefu
Copy link
Author

WechatIMG12
大佬,我是想问下这个距离可以设置吗? 我看评论这个好像说这2个的其中一个可以进行修改 spacingLeftSet/marginLeftSet ,但是还是不行的。我想设置曲线从底部的虚线对齐开始画,你能懂我的意思吗?

@chenzefu
Copy link
Author

WechatIMG14
大佬,我想问下这个左侧的黄色框区域的背景颜色怎么处理啊?因为我这个滑动有明显的透明度,主要是不想让看到有明显的透明度。

@AAChartModel
Copy link
Owner

WechatIMG14 大佬,我想问下这个左侧的黄色框区域的背景颜色怎么处理啊?因为我这个滑动有明显的透明度,主要是不想让看到有明显的透明度。

查看 AAScrollablePlotArea 类代码:

//Refer to online API document: https://api.highcharts.com/highcharts/chart.scrollablePlotArea
@interface AAScrollablePlotArea : NSObject

AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber *, minHeight)
AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber *, minWidth)
AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber *, opacity)
AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber *, scrollPositionX)
AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber *, scrollPositionY)

@end

关键内容:

 AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber *, opacity)

在线文档:

也就是说, 通过 AAScrollablePlotArea 的属性 opacity 可设置这里的遮罩透明度.

@AAChartModel
Copy link
Owner

AAChartModel commented May 15, 2024

请注意, 折线图滚动效果可能有点问题, Highcharts 官方至今未正式修复, 参考:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants