(ndframe: DataFrame | Series, divId: string)
| 38 | ndframe: DataFrame | Series; |
| 39 | |
| 40 | constructor(ndframe: DataFrame | Series, divId: string) { |
| 41 | this.ndframe = ndframe; |
| 42 | this.divId = divId; |
| 43 | } |
| 44 | |
| 45 | private getPlotConfig(plotConfig?: PlotConfigObject) { |
| 46 | const _plotConfig = { |
nothing calls this directly
no outgoing calls
no test coverage detected