addValidators | ||||||
addValidators(formGroup: FormGroup)
|
||||||
Add validators to plot settings.
Parameters :
Returns :
void
|
createLayout | ||||||||||||||||||||
createLayout(plotOptions: DefaultPlotOptions, options: PlotOptions, defaultLayout: Partial, defaultAxis: Partial)
|
||||||||||||||||||||
Returns the layout for Plotly.
Parameters :
Returns :
Partial<PlotlyLayout>
|
defaultPlot | ||||||||
defaultPlot(plotOptions: DefaultPlotOptions)
|
||||||||
Returns a generic Plotly plot.
Parameters :
Returns :
PlotlyPlot
|
plotDataToTableData | |||||||||||||||
plotDataToTableData(plot: NshmpPlot, params: PlotTableDataParams)
|
|||||||||||||||
Returns the table data corresponding to a plot.
Parameters :
Returns :
TableData[]
|
plotlyLayoutToSettings | ||||||||
plotlyLayoutToSettings(layout: Partial)
|
||||||||
Convert the Plotly layout to application plot layout settings.
Parameters :
Returns :
LayoutSettings
|
plotSettingsToFormGroup | ||||||||
plotSettingsToFormGroup(settings: NshmpPlotSettings)
|
||||||||
Convert plot settings to a form group.
Parameters :
Returns :
FormGroup<NshmpPlotSettingFormGroup>
|
updateAppPlotSettings | ||||||||
updateAppPlotSettings(plots: Map)
|
||||||||
Update the application plot settings based on the Plotly layout settings. For generally updating the xLabel and yLabel based on service response.
Parameters :
Returns :
Map<string, NshmpPlot>
|
updatePlotLabels | ||||||||
updatePlotLabels(props: UpdatePlotLabelsProps)
|
||||||||
Update plot labels.
Parameters :
Returns :
Partial<PlotlyLayout>
|