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.

0.12.0-alpha.1 - Tooltips do not appear

See original GitHub issue

Tooltips do not seem to appear in 0.12.0-alpha.1, though they appeared in 0.12.0-alpha.0 (they were solid black, however). See the below code to reproduce in JLab:

from bqplot import *
x_scale = OrdinalScale()
y_scale = LinearScale()

bar = Bars(x=[1,2,3],
           y=[1,2,3],
           scales={'x': x_scale, 'y': y_scale},
           tooltip=Tooltip(fields=['x', 'y']))
ax_x = Axis(scale=x_scale)
ax_y = Axis(scale=y_scale, orientation='vertical')

Figure(marks=[bar], axes=[ax_x, ax_y])

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
martinRenoucommented, Jan 17, 2020
0reactions
martinRenoucommented, Jan 17, 2020

Thanks! And sorry for all the notifications

Read more comments on GitHub >

github_iconTop Results From Across the Web

0.12.0-alpha.1 - Tooltips do not appear · Issue #874 · bqplot/bqplot ...
Tooltips do not seem to appear in 0.12.0-alpha.1, though they appeared in 0.12.0-alpha.0 (they were solid black, however). See the below code to...
Read more >
Tooltips4Vaadin | Vaadin
A Tippy.js based Tooltip-Plugin for Vaadin Flow (23+). # Tooltips4Vaadin This plugin allows you to define proper tooltips.
Read more >
bootstrap-vue - UNPKG
1, # Tooltips ... 20, - Tooltips with zero-length titles are never displayed. ... 37, element is not found during mount, the tooltip...
Read more >
Pocket Edition Alpha 0.12.3 - Minecraft Wiki - Fandom
From released versions before 0.12.3. Tooltip position was incorrect and visibility time was too short. Fixed so controller doesn't lose its functionality ...
Read more >
@jupyterlab/tooltip-extension: Versions | Openbase
Always show tooltip in hover box even if edges are out of view #13161 (@krassowski) · Fix workspace URL while cloning a workspace...
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