Is it possible for a user to zoom into a chart in an app that's delivered via a desktop?
@steve.mainprize
Hi Steve,
There is a Maximize button on the top-right corner of each card.
Thank you, @KirillKuznetsov, but that's not quite what the user wants. They want to be able to see part of the chart in more detail, rather then whole of the chart slightly larger. For example, they might have a scatter chart where almost all the data is in the bottom left, but there's an outlier data point in the top right. They would like to be able to zoom into the bottom left so that the outlier effectively disappears off the screen and they can see the rest of the data in more detail.
I believe you can do this on mobile by pinching and stretching with your fingers (though I've not tried it), but I want it to work on the desktop.
If you use laptop and multi-touch trackpad then most of the browsers will allow you to zoom in/out with your fingers (like on mobile devices) using the trackpad. This works for me. Try it too.
If you're using mouse I am sure there are some extentions for Chrome Browser that can help.
You could also try to implement a filter which will hide some of the outliers from the chart and adjust the size automatically.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…