Fl_chart: how to show all tooltip data

Created on 9 Jul 2019  Â·  5Comments  Â·  Source: imaNNeoFighT/fl_chart

I want to show all the tooltip data not by pressing but showing all by default how to do it.

enhancement

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

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xSILENCEx picture xSILENCEx  Â·  4Comments

alexodus picture alexodus  Â·  3Comments

mukhammad-akilov picture mukhammad-akilov  Â·  4Comments

mahmoudparandeh picture mahmoudparandeh  Â·  6Comments

MobileMon picture MobileMon  Â·  4Comments