| 41 | * @param options.config General configuration object for extending or setting Series behavior. |
| 42 | */ |
| 43 | export default class Series extends BaseSeries implements ExtendedSeriesInterface { |
| 44 | [key: string]: any |
| 45 | constructor(data?: any, options: BaseDataOptionType = {}) { |
| 46 | super(data, options) |
nothing calls this directly
no outgoing calls
no test coverage detected