BabakR-alefba

Results 3 issues of BabakR-alefba

Hello. How can I prevent to show the popup between two point? I want to show the popup when user touch only the dots. ![image](https://github.com/ehsannarmani/ComposeCharts/assets/124586737/7c784b33-082d-4a99-a4ca-f70ca21eceb1) Another problem. As you can...

feature

How to get the index of the point that user clicked on in below code? ``` spline.setPoint(new HIPoint()); spline.getPoint().setEvents(new HIEvents()); spline.getPoint().getEvents().setClick(new HIFunction( f -> { Toast t = Toast.makeText( this,...

Hello. this line ` chartView.addFont(R.font.roboto_regular)` just work in debug mode. when I have a release of my application no font added to the app. I also add font like this...