AAChartKit icon indicating copy to clipboard operation
AAChartKit copied to clipboard

📈📊🚀🚀🚀An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular ga...

Results 203 AAChartKit issues
Sort by recently updated
recently updated
newest added

您好, 在tooltip.followTouchMoveSet(NO)设置后,手指在线图中随便滑动后,靠近x轴的marker不能正常显示,被x轴截断了。 如下图所示: ![1681293487358](https://user-images.githubusercontent.com/2791870/231424078-edfce91f-1563-430b-9aa3-f6aba22836fc.jpg) 有空帮忙看下是什么问题,谢谢!

https://user-images.githubusercontent.com/18136874/195800393-ea613428-3fe9-4629-aaa8-a9aeedcd3561.mp4 从A点滑动到B点,松开手指,滑杆会自动弹回到A点。

需求这样的:手左右滑动表格的时候,让最外层的scro不能上下滑动,结束滑动恢复。我这边是准备在moveOverEventHandler回调里让最外层的scro不能滑动。但是结束事件怎么监听

大神你好,AAJSFiles.bundle->AAHighcharts.js中第19行有随机数生成方法Math.random(),在做代码扫描时会提示说该方法存在信息安全漏洞。请问一下,是否可以像网上说的换成Crypto.getRandomValues()这个加密强伪随机数生成方法。

![WechatIMG11](https://user-images.githubusercontent.com/42953479/222348089-4baa268c-9afa-4799-a49a-260868c5191c.jpeg) 如图,我现在设置x轴可滑动,然后设置了dataLabels的显示位置 dataLabels.rotationSet(@-45)//轴标签的旋转角度 默认是:0. 设置了y轴区域的透明度 .scrollablePlotAreaSet( //滑动区域设置 AAScrollablePlotArea.new .minWidthSet([NSNumber numberWithInt:scrollableMinWidth]) .scrollPositionXSet(@0) .opacitySet(@1) //不透明度 ) 为了能全部显示dataLabels,我设置了margin aaOptions.chart .marginTopSet(@45)//外边距-top .marginRightSet(@25) 现在的问题是左边的dataLabels会超出y轴的范围,右边的dataLabels会被遮住 请问有什么方法可以设置左边的透明度为1,右边的透明度为0呢,然后y轴的区域高度可以修改吗?

图一是代码图: ![image](https://user-images.githubusercontent.com/15711010/216761002-4aed8cf5-43b4-4bf5-b469-c1676a312729.png) 图二是设计稿: ![image](https://user-images.githubusercontent.com/15711010/216761146-50dabafc-01d4-4c11-90d6-f457588b321d.png)