ScaleBehaviorConfig
ts
type ScaleBehaviorConfig =
| BehaviorStaticConfig<PointData>
| BehaviorXYListConfig<number>;Type defining the configuration for ScaleBehavior.