You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Legend.setItemStyle method you need to use the com.vaadin.addon.charts.model.style.Style class. This class is missing properties for "textOverflow" and "width" which are needed to make proper wrapping and/or ellipsis for the legend items.
Additionally, legend.setItemWidth seems to do absolutely nothing which is why I need the "width" attribute for the ItemStyle.
The text was updated successfully, but these errors were encountered:
When using Legend.setItemStyle method you need to use the com.vaadin.addon.charts.model.style.Style class. This class is missing properties for "textOverflow" and "width" which are needed to make proper wrapping and/or ellipsis for the legend items.
Additionally, legend.setItemWidth seems to do absolutely nothing which is why I need the "width" attribute for the ItemStyle.
The text was updated successfully, but these errors were encountered: