Hi, To address this, I recommend creating a ticket on the Highcharts GitHub repository using this link: https://github.com/highcharts/highcharts/issues/new/choose. This will allow the maintainers to review and potentially fix the issue in future releases. In the meantime, you can easily work around ...
Hi, Welcome to the forum and thank you for raising your question. In version 12, the way modules are imported has changed. It is no longer necessary to initialize them after importing. They initialize themselves, the only thing you need to do is to change the syntax a bit. import * as Highcharts fro...
Hi, Welcome to our forum and thanks for contacting us with your question! There is no API option to add such a tooltip, but you can add mouseover and mouseout eventListeners on legend items in the chart.event.load like so: events: { load: function () { const chart = this const legend = chart.legend ...
Hi, Thank you for reaching out regarding the issue with export.highcharts.com. Our export service is primarily designed to convert rendered charts into image files, typically initiated through the export menu attached to charts, in a browser window. To ensure optimal performance for all users, we re...
Hi there, To keep both the zoom effect and the correctly positioned highlight box, you need to ensure that the selection box updates its position and dimensions after zooming. The issue arises because the chart's axes are redrawn during zoom, which can misalign your custom selection box. Here's a wa...
Hi, Thanks for letting us know about this issue. This does look like a potential bug, and I’d recommend reporting it on the official Highcharts GitHub repository: https://github.com/highcharts/highcharts/issues. That’s the best place to raise issues like this, as it allows the development team to in...
Hi there, The hc-key for the UK map can go down to various administrative levels. For the most detailed maps, you can often get down to the level of counties and sometimes even further to local authorities, depending on the map data available. However, the granularity might not reach specific locati...
Hi there, Thanks for letting us know about the issue. Since you reported it on Github, please continue the discussion over there. We work as a single support team across all channels, so you will receive your answer there. Please try not to duplicate topics in the future. We respond on all channels ...
Exactly. If you think such a feature would be useful for more users, you can request it here: https://github.com/highcharts/highcharts/issues/new/choose You can expect possible updates or workarounds there. However, if you need a customized solution for yourself without waiting for us to resolve the...