export const lossPlotBand = (id: string, from: number, to: number): PlotBand => ({
    id,
    from,
    to,
    color: 'rgba(204, 0, 51, 0.1)',