ScatterplotProps

散点图层属性配置
type ScatterplotProps = object & LayerProps

类型: object & LayerProps

属性

correspondence

对应关系配置

correspondence?: ICorrespondence

数据源

data: IData | string

类型: IData | string

featureReduction

特征降维配置

featureReduction?: string | null | object

类型: string | null | object

唯一标识符

id: string

类型: string

label

标签样式

label?: LabelStyle

类型: LabelStyle

最大缩放比例

maxScale?: number

类型: number

minScale

最小缩放比例

minScale?: number

类型: number

样式配置

style?: StyleProps | StyleProps[]

title

标题

title: string

类型: string

BIMFlux AI