amcharts / amcharts5

The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.
Other
353 stars 94 forks source link

Lines crossing into the void given certain latitude / longitude #217

Open eapatel opened 2 years ago

eapatel commented 2 years ago

I'm getting an issue with lines taking a "shortcut" through the edge of the map. Is there a proper way I can make the lines cross the map instead of "shortcutting"? I can avoid that by disabling line series using shortestDistance in amcharts v4. How to solve in amcharts v5?

test

martynasma commented 2 years ago

Unfortunately, there's no way to avoid that in amCharts 5. It will always draw lines with "shortest" distance as per projection.

Sorry :(

eapatel commented 2 years ago

Hope will get a solution soon.

martynasma commented 2 years ago

I'm afraid we don't have any immediate plans on implementing that.

That said, I'm going to chalk this up as an enhancement request and leave it open.