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

图表高度能否固定? #1582

Open
tipshot opened this issue Jan 7, 2025 · 14 comments
Open

图表高度能否固定? #1582

tipshot opened this issue Jan 7, 2025 · 14 comments

Comments

@tipshot
Copy link
Contributor

tipshot commented Jan 7, 2025

如视频所示,图表在加载完成之后,高度才会填满,如何解决这种现象?

RPReplay_Final1736212272.mov
@AAChartModel
Copy link
Owner

不知道是不是你在项目中添加了什么别的代码, 或者是别的什么因素引起了你这个问题. AAChartKitdemo 中有在 UITableView 上同时显示多个 AAChartView 的示例, 没有复现你的这个问题.
截屏2025-01-07 09 58 01

这段示例代码你可以在 ChartListVC 这个类文件中找到.

@AAChartModel
Copy link
Owner

你可以试着将你的图表配置代码搬运到 AAChartKitdemo 中测试一下, 做一下对比试验, 看看能不能复现此问题.

@tipshot
Copy link
Contributor Author

tipshot commented Jan 7, 2025

非常感谢~~不过其实不太好在demo中测试,但是可以把代码发给你,能否帮忙看一下眼,如果看不出来,我再想办法看看怎么移动到demo;
ChatView.swift.zip

@AAChartModel
Copy link
Owner

看你代码格式是 .swift 的, 想确认一下, 你用的是 AAChartKit 还是 AAInfographics(AAChartKit-Swift) ?

@AAChartModel
Copy link
Owner

还有你用的是哪个版本的?

@tipshot
Copy link
Contributor Author

tipshot commented Jan 7, 2025

image
image

AAChartKit-Swift

@AAChartModel
Copy link
Owner

你的代码我没看出来什么明显问题.

@tipshot
Copy link
Contributor Author

tipshot commented Jan 7, 2025

我发现好像在cell里实现AAChart都会有这个问题。
之前也有类似的问题,在咱们的demo里没有找到有在cell里实现图表渲染的相关代码~

@AAChartModel
Copy link
Owner

现在最新的是 9.1.0 , 你可以先更新一下到最新版本的再试试.

@AAChartModel
Copy link
Owner

我发现好像在cell里实现AAChart都会有这个问题。 之前也有类似的问题,在咱们的demo里没有找到有在cell里实现图表渲染的相关代码~

我目前只在 OC 版本的 AAChartKit 中添加了示例, 你的提问是在 OC 版本的 issues 区, 所以我之前都是针对 OC 版本进行的回复.

Swift 版本的 UITableView 上使用 AAChartView 的示例我还没添加.

@tipshot
Copy link
Contributor Author

tipshot commented Jan 7, 2025

现在是最新的9.1.0,您可以先更新到最新版本再尝试。

如果你没有对这一块做特殊处理的话,我觉着这个和版本没有关系,9.1,0应该也是同样的表现,我之前的项目也是用的AA,不过使用的是OC版本,没有在cell里的时候是正常的,但是放到cell里就是有这种现象。你可以可以在demo里实现一下,应该是一样的。

@tipshot
Copy link
Contributor Author

tipshot commented Jan 7, 2025

我发现想要在cell里实现AAChart都会有这个问题。之前也有类似的问题,在我们的demo里没有找到有在cell里实现图表渲染的相关代码~

我目前只在 OC 版本的AAChartKit中添加了示例,你的提问是在 OC 版本的issues区,所以我之前都是针对 OC 版本进行的回复。

Swift 版本的UITableView上使用AAChartView示例我还没有添加。

嗯嗯呢,明白,我是是用的swif版本,提issues时没有注意这些。

@tipshot
Copy link
Contributor Author

tipshot commented Jan 7, 2025

我发现想要在cell里实现AAChart都会有这个问题。之前也有类似的问题,在我们的demo里没有找到有在cell里实现图表渲染的相关代码~

我目前只在 OC 版本的AAChartKit中添加了示例,你的提问是在 OC 版本的issues区,所以我之前都是针对 OC 版本进行的回复。

Swift 版本的UITableView上使用AAChartView示例我还没有添加。

对了,在你的OC Demo里发现一个崩溃。在点击Show Many AAChartView On UITableView---UITableView上显示多个 AAChartView 这一行的时候
image

@AAChartModel
Copy link
Owner

我发现想要在cell里实现AAChart都会有这个问题。之前也有类似的问题,在我们的demo里没有找到有在cell里实现图表渲染的相关代码~

我目前只在 OC 版本的AAChartKit中添加了示例,你的提问是在 OC 版本的issues区,所以我之前都是针对 OC 版本进行的回复。
Swift 版本的UITableView上使用AAChartView示例我还没有添加。

对了,在你的OC Demo里发现一个崩溃。在点击Show Many AAChartView On UITableView---UITableView上显示多个 AAChartView 这一行的时候 image

demo 示例崩溃已解决, 参考:

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

No branches or pull requests

2 participants