I am creating a horizontal bar graph. Need help on customising hoverInfo.
I am looking for a solution to create a custom on hover tooltip (hoverInfo) for showing the multiple traces information on single tooltip (hoverInfo), also add different colors for different traces to identify it easily. Also i want to make it at 0 degree, by default it is tilted to 60 degree, i don’t how to make it into horizontal direction?
Dear @etienne,
I wonder for the horizontal bar plot, is there a way to show the hover tooltips below the bar, rather than to the right of the bar? This may be achieved by customizing the tooltip div, but that’s too much if there’s an option to show the tooltip on “left” “right” (default) “above” “below”…
Actually without hovermode: 'closest', the tooltips are below the bars, however tooltips for all bars in the row are shown, but I only want to show the one that is hovered.