AAChartCore-Kotlin
AAChartCore-Kotlin copied to clipboard
📈📊⛰⛰⛰An elegant modern declarative data visualization chart framework for Android . Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange,...
X轴坐标根据demo示例,设置好像并未生效
aaChartModel.aa_toAAOptions();外部使用找不到此方法
如题,希望默认选中一个点,于是 调用chart.tooltip.refresh(points)这个函数, 但是我希望chartViewMoveOverEventMessage(aaChartView: AAChartView, messageModel: AAMoveOverEventMessageModel)此函数也回调,我需要做一些业务处理。 有没有什么办法 可以让我达到此需求。 感谢
how to use method chartViewMoveOverEventMessage ? This my code : class SalesmanActivityFragment : Fragment(), AAChartView.AAChartViewCallBack { ..... val aaOptions = aaChartModel.aa_toAAOptions() aaOptions.yAxis( AAYAxis() .visible(false) .reversedStacks(false) ) aaOptions.touchEventEnabled(true) return aaOptions .........
Sorry but is there any event that happens if I want to click on AAtooltip ?
Good day, the charts are not displayed throughout the app, there is just empty space in their place, the ProGuard rule has been added.
class SortFragment : Fragment() { private lateinit var sortViewModel: SortViewModel private var binding: FragmentSortBinding? = null override fun onCreateView( inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle? ): View { binding =...
setTooltipEnabled ,怎么动态关闭浮窗的,我用removeallview,但是连曲线都重置了
android AASeriesElement 没有这个 pointPlacement 配置 ,请问如何让雷达图第一项指北,谢谢
> Could not find AAChartCore-Kotlin--SNAPSHOT.aar Error: (com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT:7.2.1-g0cba9c9-1). Searched in the following locations: https://jitpack.io/com/github/AAChartModel/AAChartCore-Kotlin/-SNAPSHOT/AAChartCore-Kotlin--7.2.1-g0cba9c9-1.aar https://jitpack.io/com/github/AAChartModel/AAChartCore-Kotlin/-SNAPSHOT/AAChartCore-Kotlin--7.2.1-g0cba9c9-1.jar Expected Result: To be able to find the above jar files at the location. For some...