0
votes

How to use this balloon styling:

enter image description here

Instead of this:

enter image description here

The second style is activated when I set following option:

    "chartCursor": {
        "cursorPosition": "mouse"
    }
1

1 Answers

2
votes

The second styling is the so called drop. It is activated by a setting in the respective balloon configuration (located in the graph settings):

"balloon":{
    "drop":true
}

To deactivate the drop you can either set it to false or just delete it (default is false).