Chart language

Hi,

I can’t find any option for setting a language on Vaadin14 charts. I found this [documentation]
(https://vaadin.com/docs/v8/charts/java-api/charts-basic-use.html#charts.basic-use.lang-option) for v8, however this part is missing in v14 documentation, and ChartOptions singleton is not available in V14.

[This class]
(https://vaadin.com/api/platform/14.3.1/com/vaadin/flow/component/charts/model/Lang.html) should be used for setting language options, however if I run JS command that is mention [here]
(https://vaadin.com/api/platform/14.3.1/com/vaadin/flow/component/charts/model/Lang.html), i get exception saying “Highcharts is not defined”.

How can we translate charts in Vaadin14?

Ok, i see that this is yet to be merged into latest release. https://github.com/vaadin/vaadin-charts-flow/pull/357

It is working in 9.0.0.alpha3 pre-release of vaadin-charts-flow.