将鼠标悬停在标题上时,是否可以使它密谋显示其他信息?

时间:2018-12-20 16:12:44

标签: r plotly ggplotly

使用“ https://plot.ly/r/”中的示例

<name>

我想知道如何在将鼠标移到不同的方面标签“ Fair”,“ Good”,“ Premium”和“ Ideal”上时以图方式显示附加(自定义)信息。

1 个答案:

答案 0 :(得分:0)

您实际上没有那里的密谋对象。您必须将其包装为import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class SWTapplication { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); // the layout manager handle the layout // of the widgets in the container //shell.setLayout(new FillLayout()); //TODO add some widgets to the Shell shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } } 调用。 您可以在geom_point ggplotly参数中定义工具提示。

这是您要寻找的吗?

text