()
| 223 | } |
| 224 | |
| 225 | getData(): SeriesData<this> { |
| 226 | return this._data as SeriesData<this>; |
| 227 | } |
| 228 | |
| 229 | setData(data: SeriesData) { |
| 230 | this._data = data; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…