import { DataChangedScope, IChartApi, ISeriesApi, ISeriesPrimitive, SeriesAttachedParameter, SeriesOptionsMap, Time, } from 'lightweight-charts'; import { ensureDefined } from './helpers/assertions'; //* PluginBase is a useful base to build a plugin upon which //* already handles creating getters for the chart and series, //* and provides a requestUpdate method. export abstract class PluginBase implements ISeriesPrimitive