You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.charts.model.

Class Items

    • Constructor Detail

      • Items

        public Items()
    • Method Detail

      • setHtml

        public void setHtml​(String html)

        Inner HTML or text for the label.

      • setStyle

        public void setStyle​(Style style)

        CSS styles for each label. To position the label, use left and top like this:

         style: {
                        left: '100px',
                        top: '100px'
                }