vaadin / charts

Framework 8 version of Vaadin Charts
Other
54 stars 84 forks source link

Non-html strings are being sanitized when there is no need #632

Closed TatuLund closed 2 years ago

TatuLund commented 2 years ago

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