I am wondering if anyone knows of a way to get amcharts to show balloons not on rollover, but on click of a map marker. I have links I want to show in the balloon, so want it to stay visible when I move the cursor off of the map marker. I have been able to capture the click of the marker with this:
map.addListener("clickMapObject", function() { //... });
Other than extracting the data from the balloon and showing it in another element, I've seen no examples of how to invoke the balloon itself programatically. I want to use the balloon because it's positioned correctly near the map object you click.