score:1

Accepted answer

You can change the background color by the options:

navigation: {
    bindings: {
        measure: {
            annotationsOptions: {
                typeOptions: {
                    background: {
                        fill: 'rgba(50, 150, 50, 0.5)'
                    }
                }
            }
        }
    }
}

Live demo: https://jsfiddle.net/BlackLabel/o1g78rfd/


Related Query

More Query from same tag