(data?: any, options: BaseDataOptionType = {})
| 43 | export default class Series extends BaseSeries implements ExtendedSeriesInterface { |
| 44 | [key: string]: any |
| 45 | constructor(data?: any, options: BaseDataOptionType = {}) { |
| 46 | super(data, options) |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Converts a Series to CSV. |
nothing calls this directly
no outgoing calls
no test coverage detected