Relative Content

Tag Archive for highcharts

How to update Highcharts data connector linked to DataGrid?

Using Highcharts Dashboards I have created a dataPool with a single data connector that is used by a DataGrid component. Now, I want to update the data in the connector and have that reflected in the DataGrid. I’ve spent the last hour wrangling this without success. The thing that seems to work is:

Tooltip renders outside of viewport even when there is sufficient space on the opposite side?

I have run into an issue with highcharts tooltip positioning, where the tooltip gets rendered below the point, partially outside of the viewport even when there is sufficient space to show it on the top. I am not using the positioner function. I am having a reversed Y axis and the outside option set to true for the tooltip. This adds a scrollbar, whenever we hover on a point that is positioned near the bottom of the page.