Method
getPlotConfig
(plotConfig?: PlotConfigObject)
Source from the content-addressed store, hash-verified
| 43 | } |
| 44 | |
| 45 | private getPlotConfig(plotConfig?: PlotConfigObject) { |
| 46 | const _plotConfig = { |
| 47 | config: plotConfig && plotConfig.config ? plotConfig.config : {}, |
| 48 | layout: plotConfig && plotConfig.layout ? plotConfig.layout : {} |
| 49 | }; |
| 50 | return _plotConfig; |
| 51 | } |
| 52 | /** |
| 53 | * Plot Series or DataFrame as lines. |
| 54 | * Uses Plotly library as backend, so supports Plotly's configuration parameters |
Tested by
no test coverage detected