public class BarTrace extends AbstractTrace
Modifier and Type | Class and Description |
---|---|
static class |
BarTrace.BarBuilder |
static class |
BarTrace.Orientation |
AbstractTrace.Visibility
DEFAULT_OPACITY, DEFAULT_VISIBILITY, engine, type
Modifier and Type | Method and Description |
---|---|
String |
asJavascript(int i)
Returns a string of Javascript code that can be used to display the trace in a browser
|
static BarTrace.BarBuilder |
builder(tech.tablesaw.api.CategoricalColumn<?> x,
tech.tablesaw.api.NumericColumn<? extends Number> y) |
static BarTrace.BarBuilder |
builder(Object[] x,
double[] y) |
getContext, hoverLabel, name, showLegend, toString
public static BarTrace.BarBuilder builder(Object[] x, double[] y)
public static BarTrace.BarBuilder builder(tech.tablesaw.api.CategoricalColumn<?> x, tech.tablesaw.api.NumericColumn<? extends Number> y)
Copyright © 2020. All rights reserved.