{
layout?: {
backgroundColor: string;
textColor: string;
};
grid?: {
vertLines?: {
color: string;
style: LineStyle;
};
horzLines?: {
color: "#838fa3";
style: LineStyle;
};
};
crosshair?: {
mode: CrosshairMode;
};
priceScale?: {
borderColor: string;
};
timeScale?: {
borderColor: string;
timeVisible: boolean;
secondsVisible: boolean;
};
}
{
upColor?: string;
downColor?: string;
borderDownColor?: string;
borderUpColor?: string;
wickDownColor?: string;
wickUpColor?: string;
}
{
base?: number;
lineWidth?: number;
priceFormat?: {
type: string;
};
overlay?: boolean;
scaleMargins?: {
top?: number;
bottom?: number;
};
}