Class Items
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Items
- All Implemented Interfaces:
Serializable
A HTML label that can be positioned anywhere in the chart area.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Items
public Items()
-
-
Method Details
-
getHtml
- See Also:
-
setHtml
Inner HTML or text for the label. -
getStyle
- See Also:
-
setStyle
CSS styles for each label. To position the label, use left and top like this:style: { left: '100px', top: '100px' }
-