TraceBarTrace, BoxTrace, ContourTrace, HeatmapTrace, Histogram2DTrace, HistogramTrace, PieTrace, Scatter3DTrace, ScatterTrace, ViolinTracepublic abstract class AbstractTrace extends Object implements Trace
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AbstractTrace.Visibility |
| Modifier and Type | Field | Description |
|---|---|---|
protected static double |
DEFAULT_OPACITY |
|
protected static AbstractTrace.Visibility |
DEFAULT_VISIBILITY |
|
protected com.mitchellbosecke.pebble.PebbleEngine |
engine |
|
protected String |
type |
| Constructor | Description |
|---|---|
AbstractTrace(TraceBuilder builder) |
| Modifier and Type | Method | Description |
|---|---|---|
protected Map<String,Object> |
getContext() |
|
HoverLabel |
hoverLabel() |
|
String |
name() |
|
boolean |
showLegend() |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasJavascriptprotected static final double DEFAULT_OPACITY
protected static final AbstractTrace.Visibility DEFAULT_VISIBILITY
protected final com.mitchellbosecke.pebble.PebbleEngine engine
protected final String type
public AbstractTrace(TraceBuilder builder)
public HoverLabel hoverLabel()
hoverLabel in interface Tracepublic boolean showLegend()
showLegend in interface TraceCopyright © 2021. All rights reserved.