# 接口:BubbleControllerDatasetOptions

# 层级结构

# 属性

# backgroundColor

backgroundColor: ScriptableAndArray<Color, ScriptableContext<"bubble">>

# 继承自

ScriptableAndArrayOptions.backgroundColor

# 定义于

types/index.d.ts:1807 (在新窗口打开)


# borderColor

borderColor: ScriptableAndArray<Color, ScriptableContext<"bubble">>

# 继承自

ScriptableAndArrayOptions.borderColor

# 定义于

types/index.d.ts:1806 (在新窗口打开)


# borderWidth

borderWidth: ScriptableAndArray<number, ScriptableContext<"bubble">>

# 继承自

ScriptableAndArrayOptions.borderWidth

# 定义于

types/index.d.ts:1805 (在新窗口打开)


# clip

clip: number | false | ChartArea

如何相对于 chartArea 进行裁剪。正值允许溢出,负值在 chartArea 内部裁剪这么多像素。0 = 在 chartArea 处裁剪。裁剪也可以针对每边进行配置:clip: {left: 5, top: false, right: -2, bottom: 0}

# 继承自

ControllerDatasetOptions.clip

# 定义于

types/index.d.ts:75 (在新窗口打开)


# drawActiveElementsOnTop

drawActiveElementsOnTop: ScriptableAndArray<boolean, ScriptableContext<"bubble">>

在数据集的其他元素上绘制活动元素

默认

true

# 继承自

ScriptableAndArrayOptions.drawActiveElementsOnTop

# 定义于

types/index.d.ts:2008 (在新窗口打开)


# hidden

hidden: boolean

配置数据集的可见性状态。将其设置为 true,可以从图表中隐藏数据集。

默认

false

# 继承自

ControllerDatasetOptions.hidden

# 定义于

types/index.d.ts:93 (在新窗口打开)


# hitRadius

hitRadius: ScriptableAndArray<number, ScriptableContext<"bubble">>

添加到点半径的额外半径,用于命中检测。

默认

1

# 继承自

ScriptableAndArrayOptions.hitRadius

# 定义于

types/index.d.ts:1993 (在新窗口打开)


# hoverBackgroundColor

hoverBackgroundColor: ScriptableAndArray<Color, ScriptableContext<"bubble">>

# 继承自

ScriptableAndArrayOptions.hoverBackgroundColor

# 定义于

types/index.d.ts:1813 (在新窗口打开)


# hoverBorderColor

hoverBorderColor: ScriptableAndArray<Color, ScriptableContext<"bubble">>

# 继承自

ScriptableAndArrayOptions.hoverBorderColor

# 定义于

types/index.d.ts:1812 (在新窗口打开)


# hoverBorderWidth

hoverBorderWidth: ScriptableAndArray<number, ScriptableContext<"bubble">>

# 继承自

ScriptableAndArrayOptions.hoverBorderWidth

# 定义于

types/index.d.ts:1811 (在新窗口打开)


# hoverRadius

hoverRadius: ScriptableAndArray<number, ScriptableContext<"bubble">>

悬停时点的半径。

默认

4

# 继承自

ScriptableAndArrayOptions.hoverRadius

# 定义于

types/index.d.ts:2016 (在新窗口打开)


# indexAxis

indexAxis: "x" | "y"

图表的基本轴。'x' 代表纵向图表,'y' 代表横向图表。

默认

'x'

# 继承自

ControllerDatasetOptions.indexAxis

# 定义于

types/index.d.ts:71 (在新窗口打开)


# label

label: string

数据集的标签,显示在图例和提示框中。

# 继承自

ControllerDatasetOptions.label

# 定义于

types/index.d.ts:79 (在新窗口打开)


# normalized

normalized: boolean

如果提供具有唯一、排序且跨数据集一致的索引的数据,并且提供 normalized: true 选项让 Chart.js 知道你已经这样做了,Chart.js 的速度最快。

# 继承自

ControllerDatasetOptions.normalized

# 定义于

types/index.d.ts:63 (在新窗口打开)


# order

order: number

数据集的绘制顺序。也会影响堆叠、提示框和图例的顺序。

# 继承自

ControllerDatasetOptions.order

# 定义于

types/index.d.ts:83 (在新窗口打开)


# parsing

parsing: false | { [key: string]: string; }

如何解析数据集。可以通过在图表选项或数据集中指定 parsing: false 来禁用解析。如果禁用了解析,则数据必须排序并且以相关的图表类型和刻度在内部使用的格式。

# 继承自

ControllerDatasetOptions.parsing

# 定义于

types/index.d.ts:54 (在新窗口打开)


# pointStyle

pointStyle: ScriptableAndArray<PointStyle, ScriptableContext<"bubble">>

点的样式

默认

'circle;

# 继承自

ScriptableAndArrayOptions.pointStyle

# 定义于

types/index.d.ts:1998 (在新窗口打开)


# radius

radius: ScriptableAndArray<number, ScriptableContext<"bubble">>

点的半径

默认

3

# 继承自

ScriptableAndArrayOptions.radius

# 定义于

types/index.d.ts:1988 (在新窗口打开)


# rotation

rotation: ScriptableAndArray<number, ScriptableContext<"bubble">>

点的旋转角度(以度为单位)。

默认

0

# 继承自

ScriptableAndArrayOptions.rotation

# 定义于

types/index.d.ts:2003 (在新窗口打开)


# stack

stack: string

此数据集所属组的 ID(当堆叠时,每个组将是一个独立的堆叠)。

# 继承自

ControllerDatasetOptions.stack

# 定义于

types/index.d.ts:88 (在新窗口打开)


# xAxisID

xAxisID: string

要在其上绘制此数据集的 x 轴的 ID。

# 定义于

types/index.d.ts:169 (在新窗口打开)


# yAxisID

yAxisID: string

要在其上绘制此数据集的 y 轴的 ID。

# 定义于

types/index.d.ts:173 (在新窗口打开)