AbstractTrace, BarTrace, BoxTrace, ContourTrace, HeatmapTrace, Histogram2DTrace, HistogramTrace, PieTrace, Scatter3DTrace, ScatterTrace, ViolinTracepublic interface Trace
| Modifier and Type | Method | Description |
|---|---|---|
String |
asJavascript(int i) |
Returns a string of Javascript code that can be used to display the trace in a browser
|
HoverLabel |
hoverLabel() |
|
String |
name() |
|
boolean |
showLegend() |
String asJavascript(int i)
i - A unique number for this trace in the enclosing figureString name()
HoverLabel hoverLabel()
boolean showLegend()
Copyright © 2022. All rights reserved.