question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Interaction discoverability

See original GitHub issue

A discussion started in #1432 about how to help new users discover all the available interactions in our plots. Particularly the doubleclick interactions, which we’re adding a new one of there, but it could apply to some of the less obvious single-click interactions like clicking an axis end to type a new value, or dragging from the corner just outside the plot to zoom the corresponding ends of both x and y. We try to hint at these by changing the cursor when you happen to mouse over the region, but I’m not sure how many people notice that.

Doubleclick interactions we currently describe with Lib.notifier when you do some related thing, but nobody really likes them. They’re aimed at new users, but these users might not even notice them the one and only time they appear, while experienced users probably just get annoyed by them.

In prehistoric times we had what we called a “lightbox” that you could turn on to frame each clickable or draggable element in a colored box, adding correspondingly colored notes about what you could do in each box. We could resurrect something like that?

Would love to get some more input on this - @cldougl @delekru @chriddyp @jackparmer @etpinard any ideas?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
chriddypcommented, Mar 2, 2017

I think that adding hints in the zoom and autoscale icons would be really helpful too.

Right now, it’s just this: image

But what if it hinted at the shortcut too, like:

Zoom in
(click and drag)
Autoscale
(double click)
Pan
(shift, click, and drag)
0reactions
jamesmstonecommented, Jul 8, 2019

As an interim, is it possible to completely hide/disable the notifier?

In my eyes, a nice solution would be to allow custom styles and or messages. Maybe that functionality could be provided by an event, so should one choose, they could create their own notifier.

As an aside: Thanks for a great library!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Make it Easy on the User: Designing for Discoverability within ...
Discoverable controls – mobiles offer a whole new set of interactions with a device. Touch-sensitive screens, accelerometers, GPS readings, ...
Read more >
UX Principles: Constraints, Discoverability, Feedback, and More
We'll take a look at the different design principles laid out by Don Norman: constraints, discoverability, feedback, visibility, mapping, ...
Read more >
What is discoverability (in UX design)? - TechTarget
Discoverability is one component of learnability, a measure of how easily someone can find, access and make use of the components and features...
Read more >
Don Norman's seven fundamental design principles
Don Norman's seven important questions of user interaction ... Norman describes good discoverability as: “it is possible to determine what actions are ...
Read more >
7 Fundamental Interaction Design Principles | by Ross Dillon
According to Don Norman there are 7 fundamental design principles when it comes to interaction design. Discoverability results from appropriate application ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found