Trace
BarTrace
, BoxTrace
, ContourTrace
, HeatmapTrace
, Histogram2DTrace
, HistogramTrace
, PieTrace
, Scatter3DTrace
, ScatterTrace
, ViolinTrace
public 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, wait
asJavascript
protected 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 Trace
public boolean showLegend()
showLegend
in interface Trace
Copyright © 2021. All rights reserved.