import type { RegressionLineAttrs } from '../regression-line/type'; export interface BarRegressionLineAttrs extends RegressionLineAttrs { degree?: number; } export interface BarRegressionLineSpec extends Partial> { visible?: boolean; color?: string; }