Chart utilities.
- Source:
Methods
-
<static> makeHistogramParams(params)
Convert shallow object with Histogram parameters to histogram plot parameters object.
-
Parameters:
Name Type Description params
HistogramOptions shallow object with Histogram parameters
- Deprecated:
-
- Yes
- Source:
Returns:
- object, used to create Histogram chart
- Type
- HistogramParams
-
<static> makeXYPlotParams(params)
Convert shallow object with XYPlot parameters to scatter plot parameters object.
-
Parameters:
Name Type Description params
XYPlotOptions shallow object with XYPlot parameters
- Deprecated:
-
- Yes
- Source:
Returns:
- object, used to create Plotly chart
- Type
- Object
-
<static> uniqueChartId( [prefix])
Get unique chart id
-
Parameters:
Name Type Argument Description prefix
string <optional>
prefix
- Source:
Returns:
unique chart id
- Type
- string