I want to show all the tooltip data not by pressing but showing all by default how to do it.
There is no way right now,
but we can investigate it,
stay tuned!
wo can use onTapDown or onTapUp get TapDownDetails
onTapDown: (d){
_touchInputNotifier.value = FlLongPressStart(
_globalToLocal(context, d.globalPosition),
);
},
// onLongPressStart: (d) {
// _touchInputNotifier.value = FlLongPressStart(
// _globalToLocal(context, d.globalPosition),
// );
// },
// onLongPressEnd: (d) {
// _touchInputNotifier.value = FlLongPressEnd(
// _globalToLocal(context, d.globalPosition),
// );
// },
// onLongPressMoveUpdate: (d) {
// _touchInputNotifier.value = FlLongPressMoveUpdate(
// _globalToLocal(context, d.globalPosition),
// );
// },
I know, but it needs more changes,
for now, everybody can fork and edit the repo like you said until I add them in the next version.
@Keanyuan
Hi,
Unfortunately, Github started banning Iranian users while ago,
If they didn't stop their action, I can't continue on this repo,
read more it here,
If you want to prevent this unfair action, give a start on this repository and say your support by creating an issue, and spread it.
Best regards,
Iman Khoshabi
Hi, I am back after 3 months :)
sorry for the delay, I was as busy as bee.
In 0.4.0 we have added showingTooltipIndicators and showingIndicators, and now you can show any of tooltips or indicators manually.
Also, I demonstrated it in the LineChart Sample5.
Thanks for being patient.
Most helpful comment
Hi,
Unfortunately, Github started banning Iranian users while ago,
If they didn't stop their action, I can't continue on this repo,
read more it here,
If you want to prevent this unfair action, give a start on this repository and say your support by creating an issue, and spread it.
Best regards,
Iman Khoshabi