-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Comments
|
Do we have plan to support pinch to zoom on mobile device? |
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 |
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 |
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. |
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. |
I would love to be able to click points (scatter plot) on mobile. What is the status of this ticket? |
Is there any workaround (config, simple edit of plotly files, ...) other than downgrading to 1.28.3? |
@vitexikora I think you're referring to #1967 which will be in fixed in #2997 |
From @alexcjohnson's #2639 (comment):
which could be an interesting way to solve the hover vs click problem on touch in v2. |
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. |
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. |
This issue has been tagged with 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:
Please include the link to this issue when contacting us to discuss. |
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. |
@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 |
@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. |
I added tabletmode flag and touchstart event to fire plotly_click event on scatter3d plot for mobile devices. Works fine for my application. However, the Jasmine tests failed and I'm not familiar with that so I have no idea for now... |
The text was updated successfully, but these errors were encountered: