Class Condition
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Condition
- All Implemented Interfaces:
Serializable
Under which conditions the rule applies.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCallback(String _fn_callback) voidsetMaxHeight(Number maxHeight) The responsive rule applies if the chart height is less than this.voidsetMaxWidth(Number maxWidth) The responsive rule applies if the chart width is less than this.voidsetMinHeight(Number minHeight) The responsive rule applies if the chart height is greater than this.voidsetMinWidth(Number minWidth) The responsive rule applies if the chart width is greater than this.
-
Constructor Details
-
Condition
public Condition()
-
-
Method Details
-
getCallback
-
setCallback
-
getMaxHeight
- See Also:
-
setMaxHeight
The responsive rule applies if the chart height is less than this. -
getMaxWidth
- See Also:
-
setMaxWidth
The responsive rule applies if the chart width is less than this. -
getMinHeight
- See Also:
-
setMinHeight
The responsive rule applies if the chart height is greater than this.Defaults to: 0
-
getMinWidth
- See Also:
-
setMinWidth
The responsive rule applies if the chart width is greater than this.Defaults to: 0
-