Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method chartViewMoveOverEventMessage not override #193

Open
mfrizki1 opened this issue Dec 15, 2023 · 0 comments
Open

Method chartViewMoveOverEventMessage not override #193

mfrizki1 opened this issue Dec 15, 2023 · 0 comments

Comments

@mfrizki1
Copy link

mfrizki1 commented Dec 15, 2023

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
......
override fun chartViewMoveOverEventMessage(
aaChartView: AAChartView,
messageModel: AAMoveOverEventMessageModel
) {
val gson = Gson()
Log.e("xxx", "🚀move over event message " + gson.toJson(messageModel))
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant