Open
Description
After clicking on the charts' background it displays a black outline around the chart.
This is caused be Chrome's user agent stylesheet:
:focus {
outline: -webkit-focus-ring-color auto 5px;
}
It can be reproduced easily on https://charts.demo.vaadin.com/vaadin-charts too:
Is it possible to disable this behaviour somehow?