com.vaadin.flow.component.charts.model.

Class Inactive

    • Constructor Detail

      • Inactive

        public Inactive()
      • Inactive

        public Inactive(Boolean enabled)
    • Method Detail

      • setAnimation

        public void setAnimation(Boolean animation)

        Animation setting for hovering the graph in line-type series.

        Defaults to: { "duration": 50 }

      • setEnabled

        public void setEnabled(Boolean enabled)

        Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend. .

        Defaults to: true

      • getLineWidth

        public Number getLineWidth()

        See Also:

        #setLineWidth(Number)

      • setBorderColor

        public void setBorderColor(Color borderColor)

        A specific border color for the hovered point. Defaults to inherit the normal state border color.

      • setColor

        public void setColor(Color color)

        A specific color for the hovered point.

        Defaults to: undefined

      • setOpacity

        public void setOpacity(Number opacity)

        The opacity of a point in treemap. When a point has children, the visibility of the children is determined by the opacity.

        Defaults to: 0.75