Paweł Fus
Paweł Fus
The same issue with **halo** around the points. Visible also in the demo above, but I created another demo: http://jsfiddle.net/ErU8H/538/
For a crosshair, simply set higher zIndex: http://jsfiddle.net/z3jLqu2p/1/
And the same for a halo: http://jsfiddle.net/ErU8H/539/
Sorry, to high zIndex for crosshair, set it to 5: http://jsfiddle.net/ErU8H/543/
We haven't had time to prioritize this issue @mbalbera - no ETA thus. I wouldn't expect this sooner than in Q3/Q4.
Ordinal feature is integral part of Highcharts Stock. We have no plans to decouple it from Stock and integrate in Highcharts. In Highcharts you can use [`xAxis.breaks`](https://api.highcharts.com/highcharts/xAxis.breaks). It's not as...
Hi @musangowope Yes, these charts are supported. Don't forget to load sankey & organization modules: https://api.highcharts.com/highcharts/series.organization  How to add a module: https://github.com/highcharts/highcharts-react-native#using-highcharts-modules-eg-solid-gauge-drilldown-or-exporting
At this moment it's not possible to import custom plugins.
That is correct - line series approximates position and searches for the closest point. For scatter type, you need to hover directly marker to highlight it. In other words, use...
You can always ask the question on our forum or stackoverflow - you will get help for sure! For small core differences, I am not sure if there will be...