| 367 | } |
| 368 | |
| 369 | export interface IPlotlyLib { |
| 370 | line(plotConfig?: PlotConfigObject): void |
| 371 | bar(plotConfig?: PlotConfigObject): void |
| 372 | scatter(plotConfig?: PlotConfigObject): void |
| 373 | hist(plotConfig?: PlotConfigObject): void |
| 374 | pie(plotConfig?: PlotConfigObject): void |
| 375 | box(plotConfig?: PlotConfigObject): void |
| 376 | violin(plotConfig?: PlotConfigObject): void |
| 377 | table(plotConfig?: PlotConfigObject): void |
| 378 | } |
| 379 | |
| 380 | export interface CsvInputOptionsBrowser extends ParseConfig { |
| 381 | frameConfig?: BaseDataOptionType |
nothing calls this directly
no outgoing calls
no test coverage detected