# 接口: LineControllerChartOptions

# 属性

# showLine

showLine: boolean

如果为 false,则不会绘制点之间的线。

默认

true

# 定义于

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


# spanGaps

spanGaps: number | boolean

如果为 true,则将在没有数据或数据为 null 的点之间绘制线。如果为 false,则数据为 NaN 的点将在线中产生断裂。也可以是数字,指定要跨越的最大间隙长度。值的单位取决于使用的刻度。

默认

false

# 定义于

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