public class Layout extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
Layout.BarMode |
Determines the display mode for bars when you have multiple bar traces.
|
static class |
Layout.DragMode |
Determines the mode of drag interactions.
|
static class |
Layout.HoverMode |
Determines the mode of hover interactions.
|
static class |
Layout.LayoutBuilder |
Modifier and Type | Method | Description |
---|---|---|
String |
asJavascript() |
|
static Layout.LayoutBuilder |
builder() |
|
static Layout.LayoutBuilder |
builder(String title) |
|
static Layout.LayoutBuilder |
builder(String title,
String xTitle) |
|
static Layout.LayoutBuilder |
builder(String title,
String xTitle,
String yTitle) |
|
protected Map<String,Object> |
getContext() |
|
String |
getTitle() |
public String getTitle()
public String asJavascript()
public static Layout.LayoutBuilder builder()
public static Layout.LayoutBuilder builder(String title)
public static Layout.LayoutBuilder builder(String title, String xTitle)
public static Layout.LayoutBuilder builder(String title, String xTitle, String yTitle)
Copyright © 2021. All rights reserved.