AAChartModel / AAChartKit

📈📊🚀🚀🚀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 gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的现代化声明式数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
https://cocoapods.org/pods/AAChartKit
MIT License
4.7k stars 751 forks source link

浮动窗可以进行添加点击方法吗 #1547

Closed linqifeng26147 closed 1 month ago

linqifeng26147 commented 1 month ago

我们公司的项目需要点击浮动窗进行跳转,有相关的能力提供吗

linqifeng26147 commented 1 month ago

@AAChartModel

AAChartModel commented 1 month ago

参考:

AAChartModel commented 1 month ago

你也可以参考这个方法, 获取的点击事件的相关信息, 通过 UIView 来自行绘制 tooltip, 这样就可以随意定制 tooltip 的点击事件了.