[vaddin-charts]: rc1 has typo bug in SVGGenerator

Hi,
In the latest vaadin-charts-rc1, the SVGGenerator class has a typo on line 193:
public SVGGenerator withHeigth(int heigth)
should be:
public SVGGenerator withHeight(int height)

Probably worth refactoring it before it goes to release…
Thanks,
Peter

Hi Peter,

Thanks for the report, looks like the typo was already released in 3.0.0 final. We will fix it ASAP, and it should be released in next 3.2 release.

Regards