需要在绘图时添加一个按钮,用于切换“Hover”模式和普通鼠标模式。 代码示例:
import plotly.graph_objects as go
fig = go.Figure()
fig.show(config={ 'modeBarButtonsToAdd': [ { 'name': 'Toggle Hover Mode', 'icon': {'path': 'M11.999...', 'width': 12, 'height': 12}, 'click': 'console.log("Toggle Hover Mode clicked")', 'attr': {'data-toggle-hover': True} } ] })
上一篇:AddingPlaceholderKindofFunctionalityintoReact-NativePicker
下一篇:Addingplugin:prettier/recommendedtotheeslintrc.jsonthenglintgoesinfinite