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.73k stars 753 forks source link

这种时间区间选择的怎么做? #1403

Open kedu opened 2 years ago

kedu commented 2 years ago

就是用户可以拖动选择时间区间,然后绘图

AAChartModel commented 2 years ago

没看出来你的需求是什么样子的

kedu commented 2 years ago

CB04F525047868C9AA137D78515025B0 就是下面可以拖动,然后上面的图形选中的区域会变宽变大

AAChartModel commented 2 years ago

这个不支持, 参考:

AAChartModel commented 2 years ago

你可以选择自行改造 AAChartKit, 将 AAChartKit 中依赖的 Highcharts.js文件替换为 Highstock.js, 勉强也应该能够满足需求.

kedu commented 2 years ago

好的

AAChartModel commented 2 years ago

参考我未完成的 AAStockKit

kedu commented 2 years ago

好的