COLORWAY |
Type : []
|
Default value : [...d3Color.schemeTableau10]
|
DEFAULT_PLOTLY_MOBILE_AXIS |
Type : Partial<LayoutAxis>
|
Default value : {
...DEFAULT_PLOTLY_AXIS,
tickfont: {
size: 6,
},
title: {
font: {
size: 8,
},
},
}
|
DEFAULT_XAXIS_RANGE |
Type : []
|
Default value : [Math.log10(10e-3), Math.log10(10)]
|
DEFAULT_YAXIS_RANGE |
Type : []
|
Default value : [Math.log10(10e-6), Math.log10(10)]
|
plotTableDataParams |
Type : PlotTableDataParams
|
Default value : {
addLabel: false,
hideX: false,
hideY: false,
labelTransform: label => label,
xLabelTransform: label => label,
xValueFormat: x => x,
yLabelTransform: label => label,
yValueFormat: y => y,
}
|