- https://github.com/PhilJay/MPAndroidChart
- 线性图、柱状图、饼状图、蜡烛图、气泡图、网状图、点阵图
- https://github.com/xcltapestry/XCL-Charts
- 支持
- (3D/非3D,背向式)柱形图(Bar Chart)
- 3D/非3D饼图(Pie Chart)
- 堆积图(Stacked Bar Chart)
- 面积图(Area Chart)
- 折线图(Line Chart)
- 曲线图(Spline Chart)
- 环形图(Dount Chart)
- 南丁格尔玫瑰图(Rose Chart)
- 仪表盘(Dial Chart)
- 刻度盘(Gauge Chart)
- 雷达图(Radar Chart)
- 圆形图(Circle Chart)
- 弧线比较图
- 散点图(Scatter Chart)
- 气泡图(Bubble Chart)
- 范围条形图(RangeBar Chart)
- 玫瑰风向图(Wind Rose)
- 象限图(Quadrant chart)
- 漏斗图(Funnel Chart)等图表。
- https://github.com/lecho/hellocharts-android
- 特性
- Line chart(cubic lines, filled lines, scattered points)
- Column chart(grouped, stacked, negative values)
- Pie chart
- Bubble chart
- Combo chart(columns/lines)
- Preview charts(for column chart and line chart)
- Zoom(pinch to zoom, double tap zoom), scroll and fling
- Custom and auto-generated axes(top, bottom, left, right, inside)
- Animations
- https://github.com/LambdaXiao/StockChart-MPAndroidChart
- 基于MPAndroidChart的专业股票图,如分时图和K线图KLine。
- 使用简单,几行代码就可以实现专业分时K线图效果
- 支持五日的分时图
- 支持MACD、KDJ、RSI、SAR、BOLL、CCI、MA、SMA、EXPMA、KMA等指标的显示和切换
- 支持图表的缩放,可以进行放大和缩小操作
- 支持刻度值画在图表内侧和外侧,可自由定制
- 横屏模式的展示、
- 分时图增加最近一点的数值闪动显示并在右侧画出最新价数值
- 支持夜间模式的展示
- https://github.com/tifezh/KChartView
- 股票k线图
- 支持macd,kdj,rsi,boll多种指标切换,支持横竖屏切换,支持长按,缩放,滑动,fling事件等。
- https://github.com/gogooing/KLineChartDemo
- MPAndroidChart库实现了类似于同花顺效果的K线图股票应用