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

how to show all tooltip data #40

Closed
jitenders859 opened this issue Jul 9, 2019 · 5 comments
Closed

how to show all tooltip data #40

jitenders859 opened this issue Jul 9, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@jitenders859
Copy link

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

@imaNNeo
Copy link
Owner

imaNNeo commented Jul 9, 2019

There is no way right now,
but we can investigate it,
stay tuned!

@imaNNeo imaNNeo added the enhancement New feature or request label Jul 9, 2019
@Keanyuan
Copy link

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),
// );
// },

@imaNNeo
Copy link
Owner

imaNNeo commented Jul 23, 2019

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

@imaNNeo
Copy link
Owner

imaNNeo commented Jul 26, 2019

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

@imaNNeo
Copy link
Owner

imaNNeo commented Nov 4, 2019

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.

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

No branches or pull requests

3 participants