ScatterChartSpot
A spot on a scatter chart.
Inherits: BaseControl
Properties
color- Color of a spot.label_text- TBDlabel_text_style- TBDpoint- TBDradius- Radius of a spot.render_priority- Sort by this to manage overlap.selected- Whether to treat this spot as selected.show_tooltip- Whether to show the tooltip.tooltip- Tooltip configuration for this spot.visible- Determines whether to show or hide the spot.x- The position of a spot onXaxis.x_error- Determines the error range of the data point using FlErrorRange (which contains lowerBy and upperValue) for theXaxis.y- The position of a spot onYaxis.y_error- Determines the error range of the data point using FlErrorRange (which contains lowerBy and upperValue) for theYaxis.
Properties
label_text_styleclass-attributeinstance-attribute
TBD
render_priorityclass-attributeinstance-attribute
render_priority: Number = 0Sort by this to manage overlap.
selectedclass-attributeinstance-attribute
selected: bool = FalseWhether to treat this spot as selected.
tooltipclass-attributeinstance-attribute
tooltip: Union[ScatterChartSpotTooltip, str] = field(default_factory=(lambda: ScatterChartSpotTooltip()))Tooltip configuration for this spot.
visibleclass-attributeinstance-attribute
visible: bool = TrueDetermines whether to show or hide the spot.
x_errorclass-attributeinstance-attribute
x_error: Optional[Any] = NoneDetermines the error range of the data point using
FlErrorRange
(which contains lowerBy and upperValue) for the X axis.
y_errorclass-attributeinstance-attribute
y_error: Optional[Any] = NoneDetermines the error range of the data point using
FlErrorRange
(which contains lowerBy and upperValue) for the Y axis.