python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to customise the width & height of a Victory tooltip text
I'm using Victory Tooltips inside a Victory PieChart. The tooltip text (actually label) is quite huge.
I'm unable to break the text in an automatic manner and so the width of the tooltip overflows the...
Zephyr
Votes: 0
Answers: 1
WPF vs WinForms Oxyplot Customize Tooltip/Tracker
I am building a WPF application and rendering a chart using OxyPlot.
In order to maximize the performance of the chart, I switched to OxyPlot.WindowsForms and embedded the chart using WindowsFormsHost...
Melissa
Votes: 0
Answers: 1
ipywidgets button tooltip font
when implementing a button with ipywidgets the way to add a tooltip is:
import ipywidgets as wd
mybtn = wd.Button(description='load',
disabled=False,
butt...
JFerro
Votes: 0
Answers: 0
echarts make tooltip title bold
Is there any way to make the title (the "May 2021" text) in the echarts tooltips bold / bigger font size?
In the documentation, there's nothing mentioned.
Using the "hacky way" and...
Daniel S
Votes: 0
Answers: 1