Skip to content

Mobile interactions wishlist #1858

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

Open
3 tasks
dy opened this issue Jul 6, 2017 · 17 comments
Open
3 tasks

Mobile interactions wishlist #1858

dy opened this issue Jul 6, 2017 · 17 comments
Labels
feature something new P3 backlog
Milestone

Comments

@dy
Copy link
Contributor

dy commented Jul 6, 2017

  • pinch-zoom
  • hover/point points
  • rotate for 3d plots
@etpinard etpinard added the feature something new label Jul 6, 2017
@alexcjohnson
Copy link
Collaborator

  • It wasn't obvious to me how to change modebar modes - that you basically have to double-tap on a modebar icon to select a new mode. The first tap brings up the tooltip, and the second one selects the mode, but then the tooltip stays visible until you do something else. Could we change that to a single tap that selects the mode, brings up the tooltip, and then lets it fade after a few seconds?
  • Sporadically when zooming in via zoombox, the area outside the plot is still dimmed after the zoom finishes. Can't quite figure out how to reproduce this though...
  • It's tricky to find and use the single-axis and corner zoom draggers. Do we even want to support these?
  • In zoom or pan mode, double-tap to autorange?

@g34g34
Copy link

g34g34 commented Aug 8, 2017

Do we have plan to support pinch to zoom on mobile device?

@eddy-oj
Copy link

eddy-oj commented Apr 14, 2018

I am seconding all these behaviour points but I am struggling to work out how a user pans once zoomed in. Multi-touch support makes sense for this i.e. 2 fingers for panning

@alexzaytsev-newsroomly
Copy link

The most valuable from the last is the hover points feature, because on a crammed mobile screen it gives an opportunity to present more info about the graph

@sharmavipul92
Copy link

I would love to have hover events working on 'click' for bar and line charts on mobile, like tooltip. It works just fine for pie and donut charts though.

@vitexikora
Copy link

Any progress on this? We just updated Plotly in our application and found out we crippled it for mobile users. Biggest problems are inability to scroll (on full-page charts) a inability to hover/click points in scatter charts.

@fourgates
Copy link

I would love to be able to click points (scatter plot) on mobile. What is the status of this ticket?

@vitexikora
Copy link

Is there any workaround (config, simple edit of plotly files, ...) other than downgrading to 1.28.3?

@etpinard
Copy link
Contributor

@vitexikora I think you're referring to #1967 which will be in fixed in #2997

@etpinard
Copy link
Contributor

From @alexcjohnson's #2639 (comment):

Even the pie has some behavior (on my phone anyway) that I wouldn't have expected: the first touch on a slice shows hover data and the second touch on that same slice makes a click event. @etpinard is that intentional? I guess I could imagine a rationale for that - otherwise there's no way to see the hover info without generating a click, which may be a stronger interaction than the user intended - but it still feels weird to me. Anyway, we should pick a behavior and have all trace/subplot types follow it.

which could be an interesting way to solve the hover vs click problem on touch in v2.

@JNatael
Copy link

JNatael commented Feb 14, 2019

It seems noteworthy to me that on a computer the scroll wheel is mapped to zoom on a 3d graph even when another tool (e.g. pan or move) is selected. Clearly in that case this is already useful; is there no way to map the pinch-to-zoom function in the same way the scroll wheel is on a computer? That would at least bring the mobile device usage up to parity with the computer one.

@usser123
Copy link

I would like to request feature to be able to specify a chart style in CSS rather than in the graph itself. For example, tick label font, tick label font-size, padding for graph etc. Having this styling in the graph itself does not provide the flexibility to change these attributes for mobile devices. Having these styles moved to CSS from the current in-graph can enable media queries to be used for styling graphs for mobile devices.

@jackparmer
Copy link
Contributor

This issue has been tagged with NEEDS SPON$OR

A community PR for this feature would certainly be welcome, but our experience is deeper features like this are difficult to complete without the Plotly maintainers leading the effort.

Sponsorship range: $35k-$40k

What Sponsorship includes:

  • Completion of this feature to the Sponsor's satisfaction, in a manner coherent with the rest of the Plotly.js library and API
  • Tests for this feature
  • Long-term support (continued support of this feature in the latest version of Plotly.js)
  • Documentation at plotly.com/javascript
  • Possibility of integrating this feature with Plotly Graphing Libraries (Python, R, F#, Julia, MATLAB, etc)
  • Possibility of integrating this feature with Dash
  • Feature announcement on community.plotly.com with shout out to Sponsor (or can remain anonymous)
  • Gratification of advancing the world's most downloaded, interactive scientific graphing libraries (>50M downloads across supported languages)

Please include the link to this issue when contacting us to discuss.

@josephernest
Copy link

Hi! Is there any update about these features?

Has "2-finger pinch zoom" feature an experimental support already? If so, I'd be willing to beta test it, and help.

@josephernest
Copy link

@alexcjohnson do you know if there is already a testing branch for very basic touchscreen interaction?

Example: "2-finger pinch zoom" to zoom the plot

@josephernest
Copy link

@jackparmer Do you know if the mobile interactions development has started? (at least pinch zoom on plots with 2 fingers)

Is there a roadmap? I can maybe have a look at the code too.

@NickTominaga
Copy link
Contributor

I added tabletmode flag and touchstart event to fire plotly_click event on scatter3d plot for mobile devices. Works fine for my application.

#6563

However, the Jasmine tests failed and I'm not familiar with that so I have no idea for now...

@gvwilson gvwilson added P3 backlog and removed ♥ NEEDS SPON$OR labels Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new P3 backlog
Projects
None yet
Development

No branches or pull requests