There is a problem with the current Vaadin-Charts. When having a '&' in Categories or Legend, this ist rendered as html-code (&). Seems that a fix in 4.3.0 is the cause ( https://github.com/vaadin/charts/releases/tag/4.3.0 ). As we don't render asHtml we get &s all over out application.
There is a problem with the current Vaadin-Charts. When having a '&' in Categories or Legend, this ist rendered as html-code (&). Seems that a fix in 4.3.0 is the cause ( https://github.com/vaadin/charts/releases/tag/4.3.0 ). As we don't render asHtml we get &s all over out application.
This is regression from: https://github.com/vaadin/charts/pull/621