Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BubblePlotViewInit<X, Y>

Type parameters

  • X

  • Y

Hierarchy

Index

Properties

Optional data

data: AnyDatumView<X, Y>[] | null

Optional fill

fill: AnyColor | null

Optional font

font: AnyFont | null

Optional key

key: undefined | string

Optional radius

radius: AnyLength

Optional stroke

stroke: AnyColor | null

Optional strokeWidth

strokeWidth: AnyLength | null

Optional textColor

textColor: AnyColor | null

Optional xAxis

xAxis: AxisView<X> | null

Optional yAxis

yAxis: AxisView<Y> | null