Hi,
In a categorized map, I am rendering some text for each category (i.e. series) using chart.renderer API. This works as expected as shown in this fiddle - https://jsfiddle.net/e7ghk6um/1/
When a particular data point is missing (i.e. null data points) in the map, the same text is moved to some other location as shown in this fiddle - https://jsfiddle.net/kjf5sdt0/3/
In this example, note that the text "Category 1" and "Category 2" shifted from the location as compared to when no null data point. I want to show the text exactly at the same location as when there is no null data point (As shown in https://jsfiddle.net/e7ghk6um/1/).
Could you please guide me to accomplish it?
I really appreciate your guidance here. Thank you.