Skip to main content

Questions tagged [tooltip]

Tooltips are a GUI (Graphical User Interface) element which typically pops up when the mouse pointer is hovering over an item in the GUI and provides some contextual information or clarification.

0 votes
0 answers
6 views

Navigate from matrix to table and show the data based on select done from matrix

I have a matrix with column A and column B in rows, column C and column D in values. I have 2nd table contains data linked with column A.I am not able to figure out how can I show the data from table ...
Tokyo T's user avatar
2 votes
1 answer
32 views

react-bootstrap prevent tooltip hide when mouse cursor is inside tooltip

I'm using react-bootstrap's <OverlayTrigger> and <Tooltip> to show a tooltip with a link in when the user hovers on a disabled button, like this: <OverlayTrigger placement=&...
tripRev's user avatar
  • 882
0 votes
0 answers
19 views

Android Studio - Double tooltip when hovering over classes in flutter

I updated Android Studio to Koala 2024.1.1 and now, everytime I hover over a class, I get 2 tooltips. The first one: which is the one i want. In less then 1 second, though, it gets replaced with a ...
Claudiu Razlet's user avatar
0 votes
1 answer
42 views

Tooltip not appearing in FLTK custom widgets

I am creating a tool for a project using Fl_Tabs and some custom widget, which encompasses some other custom classes. I would like to have a tooltip appearing when the mouse is hoovering on the custom ...
Eddymage's user avatar
  • 1,050
0 votes
1 answer
49 views

How do I use a variable from another component containing HTML and AngularMaterial Tooltips?

In my Angular project (newest version) I want to display a text containing a tooltip when you hover over it. I use Angular Material for that. For the possible tooltip there are multiple options, so I ...
K404's user avatar
  • 3
0 votes
0 answers
10 views

Rechart XAxis labels backgournd color

Having this recharts ResponsiveContainer <ResponsiveContainer width="90%" height={400}> <BarChart data={data} barSize={100}> <CartesianGrid strokeDasharray=&...
Taoufiq Jmari's user avatar
-1 votes
1 answer
88 views

Keep a Delta Tooltip Fixed on lightweight-charts

I'm using lightweight-charts to display a chart with mock data. I want to set a fixed Delta Tooltip on the chart, preselected on page load, for a given start date and end date that I pass as input. ...
Damiano Dotto's user avatar
0 votes
0 answers
25 views

Tooltip is appearing on wrong element in Chome

I am facing an issue related to the tooltip on Chrome for this code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content=...
Utsav Ladani's user avatar
0 votes
0 answers
22 views

Adding a tooltip component via JavaScript

I'm trying to add tooltips in a custom style to various components. What I'm doing right now is fetching the components that should have a tooltip, e.g. var checkbox = document.querySelector(&...
Noel93's user avatar
  • 156
1 vote
1 answer
26 views

Mattooltip angular mui component is not working properly

I have used mattooltip directive with links in my angular component in my hybrid application. On hovering the first link, the tooltip position is off and often is empty or content loads after a ...
Rifa Fatima's user avatar
0 votes
1 answer
46 views

Customise tooltip Width or Position in Syncfusion Graph Flutter

We've integrated Syncfusion Charts into our Flutter app. When users click on plotted points on the graph, tooltips display. However, the text within these tooltips is often too long, causing it to be ...
Agnel Selvan's user avatar
0 votes
1 answer
31 views

matplotlib display a tooltip when the mouse is over a point

How to display a tooltip with a specific information for each point in this program ? I found examples doing that on this forum, but it was not easy to reproduce for this example, with plt.scatter ...
Bast38's user avatar
  • 81
-1 votes
0 answers
40 views

Transparent JToolTip background outside frame in Linux

I'm working on a Java swing application (I'm using JDK 22) where I customize basically every GUI component. The problem I'm facing is that I've made a custom tooltip UI class where I paint it as a ...
akmsw's user avatar
  • 121
0 votes
1 answer
68 views

How to make a tooltip work on a switch and a Label in a grid in a Repeater?

I'm working on a plasmoid for KDE Plasma 6 I can't get a ToolTipArea to work correctly on a Switch and a Label which are in a grid (the positions are defined in a modelData) which is in a repeater ...
xkain's user avatar
  • 1
0 votes
0 answers
38 views

How to make delayed arrival of tooltips in jetpack compose?

I am using ToolTipBox and tooltip, they work fine, i can customize the appearance, but the tooltips show up too fast, so when i`m hovering over the row of buttons it looks like crazy slideshow. I want ...
KimKar's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
483