How to change chart theme ?

How to change chart theme to valo dark in vaadin 8?
In scss file or I can change it by some method?

You can set the charts theme using ChartOptions class in the following way:

ChartOptions.get().setTheme(new ValoDarkTheme());