Tooltips in highcharts map - highcharts

How to set tooltip in highcharts map not hidden or moved after showing first time, if click again hide tooltip and so.

Related

need to show tooltip over callout in Timeline chart

Currently tooltip is coming both on bar and callout need to show ittooltipovercallout tooltip over callout in Timeline chart

Can Power BI users access a tooltip scrollbar

I have a tooltip that references a bar chart visualization with more rows than can be displayed at once. When I apply this tooltip to a report visual and hover over it I cannot click and drag the scrollbar without closing the tooltip itself, nor can I use my mouse's scrollwheel to slide the scrollbar either.
Apart from adding the tooltip visual to my report page, is there a setting or toggle to lock the tooltip in place or otherwise make the scrollbar usable in Power BI?
Users currently cannot interact with objects on report page tooltips (scrolling, visuals like slicers, etc.). Best to resize the tooltip page height or re-think the visual (e.g. "Top 5" in bar chart only) to avoid the scrollbar if possible.
More Info about that

Moving highcharts export menu button to a different div

Is is possible to move the highcharts hamburger menu into another div? I wanted to place this menu button in either a header or a footer to the displayed chart and not have it show in the chart area. I tried playing around with the css and set the :
navigation: {
buttonOptions: {
symbolX: 23,
symbolY: -22
}
}
so i can push the menu button to the area of the header but it seemed that the icon disappeared either behind the header div or just doesn't show once it leave the chart display area.
Anyone have any input on this matter?

Getting chart object when clicked on any bar of stacked bar chart(HighChart)

I am working with Stacked Bar chart(High Chart),
I am trying to implement fallowing behaviour,
when clicked on any bar of stacked bar chart, want to highlight whole chart.
I am highlighting chart by changing background image(plotBackgroundImage) of chart, for this we need chart object. my question is how to get chart object when clicked on bar.
any suggestion regarding this is helpful.

Auto focus on a legend item in highcharts

We are facing an issue while implementing the legend bar in highcharts. The legend bar is scrollable with multiple legend items. Only few graphs/series are highlighted on the chart and rest are all invisible. So if there are 20 items in legend bar and only the last item is highlighted, when the chart is first accessed on browser it appears as if none of the items are highlighted as the legend would display first page by default. The highlighted item in legend would be accessible only after user scrolls to next page of the legend. Instead we would like the legend bar also to be autofocussed to that screen where there is first highlighted item.
Would this be possible
Thanks in advance!!
There is no official way to do it, but you have two options:
make sure visible series come always as first (just sort them before chart is created)
use built-in function to scroll legend using chart.legend.scroll(pageIndex, animation);

Resources