Class Inactive
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Inactive
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
void
setAnimation
(Boolean animation) Animation setting for hovering the graph in line-type series.void
setBorderColor
(Color borderColor) A specific border color for the hovered point.void
A specific color for the hovered point.void
setEnabled
(Boolean enabled) Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend.void
setOpacity
(Number opacity) The opacity of a point in treemap.
-
Constructor Details
-
Inactive
public Inactive() -
Inactive
-
-
Method Details
-
getAnimation
- See Also:
-
setAnimation
Animation setting for hovering the graph in line-type series.Defaults to: { "duration": 50 }
-
getEnabled
- See Also:
-
setEnabled
Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend. .Defaults to: true
-
getLineWidth
- See Also:
-
#setLineWidth(Number)
-
getBorderColor
- See Also:
-
setBorderColor
A specific border color for the hovered point. Defaults to inherit the normal state border color. -
getColor
- See Also:
-
setColor
A specific color for the hovered point.Defaults to: undefined
-
getOpacity
- See Also:
-
setOpacity
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
-