Bokeh hover tooltip not displaying all data - Ipython notebook

后端 未结 2 2087
陌清茗
陌清茗 2020-12-18 09:07

I am experimenting with Bokeh and mixing pieces of code. I created the graph below from a Pandas DataFrame, which displays the graph correctly with all the tool elements I w

2条回答
  •  自闭症患者
    2020-12-18 09:56

    Are you using Firefox? This was a reported issue with some older versions of FF:

    https://github.com/bokeh/bokeh/issues/1981

    https://github.com/bokeh/bokeh/issues/2122

    Upgrading FF resolved the issue.

提交回复
热议问题