export const winPlotBand = (id: string, from: number, to: number): PlotBand => ({
    id,
    from,
    to,
    color: 'rgba(46, 136, 54, 0.2)',