| | |
| | | * SegmentFault : https://segmentfault.com/u/huanghunbieguan |
| | | * <p> |
| | | * ------------------------------------------------------------------------------- |
| | | * <p> |
| | | * ------------------------------------------------------------------------------- |
| | | * <p> |
| | | * 🌕 🌖 🌗 🌘 ❀❀❀ WARM TIPS!!! ❀❀❀ 🌑 🌒 🌓 🌔 |
| | | * <p> |
| | | * Please contact me on GitHub,if there are any problems encountered in use. |
| | | * GitHub Issues : https://github.com/AAChartModel/AAChartCore/issues |
| | | * ------------------------------------------------------------------------------- |
| | | * And if you want to contribute for this project, please contact me as well |
| | | * GitHub : https://github.com/AAChartModel |
| | | * StackOverflow : https://stackoverflow.com/users/7842508/codeforu |
| | | * JianShu : http://www.jianshu.com/u/f1e6753d4254 |
| | | * SegmentFault : https://segmentfault.com/u/huanghunbieguan |
| | | * <p> |
| | | * ------------------------------------------------------------------------------- |
| | | * <p> |
| | | * ------------------------------------------------------------------------------- |
| | | * <p> |
| | | * 🌕 🌖 🌗 🌘 ❀❀❀ WARM TIPS!!! ❀❀❀ 🌑 🌒 🌓 🌔 |
| | | * <p> |
| | | * Please contact me on GitHub,if there are any problems encountered in use. |
| | | * GitHub Issues : https://github.com/AAChartModel/AAChartCore/issues |
| | | * ------------------------------------------------------------------------------- |
| | | * And if you want to contribute for this project, please contact me as well |
| | | * GitHub : https://github.com/AAChartModel |
| | | * StackOverflow : https://stackoverflow.com/users/7842508/codeforu |
| | | * JianShu : http://www.jianshu.com/u/f1e6753d4254 |
| | | * SegmentFault : https://segmentfault.com/u/huanghunbieguan |
| | | * <p> |
| | | * ------------------------------------------------------------------------------- |
| | | * <p> |
| | | * ------------------------------------------------------------------------------- |
| | | * <p> |
| | | * 🌕 🌖 🌗 🌘 ❀❀❀ WARM TIPS!!! ❀❀❀ 🌑 🌒 🌓 🌔 |
| | | * <p> |
| | | * Please contact me on GitHub,if there are any problems encountered in use. |
| | | * GitHub Issues : https://github.com/AAChartModel/AAChartCore/issues |
| | | * ------------------------------------------------------------------------------- |
| | | * And if you want to contribute for this project, please contact me as well |
| | | * GitHub : https://github.com/AAChartModel |
| | | * StackOverflow : https://stackoverflow.com/users/7842508/codeforu |
| | | * JianShu : http://www.jianshu.com/u/f1e6753d4254 |
| | | * SegmentFault : https://segmentfault.com/u/huanghunbieguan |
| | | * <p> |
| | | * ------------------------------------------------------------------------------- |
| | | */ |
| | | |
| | | /** |
| | |
| | | AATooltip aaTooltip = new AATooltip() |
| | | .enabled(true) //启用浮动提示框 |
| | | // .shared(true) //多组数据共享一个浮动提示框 |
| | | .backgroundColor(AAColor.rgbaColor(85, 88, 89, 1f)) |
| | | .borderRadius(8) |
| | | .backgroundColor(AAColor.rgbaColor(57, 56, 61, 1f)) |
| | | .borderRadius(16) |
| | | .borderWidth(0) |
| | | .valueDecimals(2) |
| | | .style(aaStyle) |