Nov 25, 2020
Try `hover = HoverTool(tooltips =[
(‘group’,’@group’),
(‘x’,’@invisible_xs’),
(‘y’,’@invisible_ys’)])` see if this works. Bokeh has updated a lot of the functions since I wrote this article. I think I need to update the syntax and mention the bokeh version I use. Thanks for bringing this up!