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.72k stars 751 forks source link

你好,多组曲线图,怎样在不显示浮动提示框的情况下,选中多组数据呀?期望回复,感谢 #1375

Closed TravelColor closed 2 years ago

Maxcucurbit commented 2 years ago

1372 参考这个是不是你需要的

TravelColor commented 2 years ago

谢谢

AAChartModel commented 2 years ago

参考:

也就是说, 如下配置 AAToolTipformatter 属性:

 let aaOptions = aaChartModel.aa_toAAOptions()
        aaOptions.tooltip?.formatter("""
            function () {
                return false;
                    }
            """)

即可以实现: