/** * Which sides the error bars extend (`c:errBarType/@val`, OOXML `ST_ErrBarType`), * transliterated from ooxmlsdk `ErrorBarValues`. */ export type ChartErrorBarType = "both" | "minus" | "plus";