mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-01 14:29:01 -07:00
8 lines
183 B
TypeScript
8 lines
183 B
TypeScript
export const defaultSeriesOptions: DeepPartial<SeriesOptionsCommon> = {
|
|
// @ts-ignore
|
|
lineWidth: 1.5,
|
|
priceLineVisible: false,
|
|
baseLineVisible: false,
|
|
baseLineColor: "",
|
|
};
|