ChartSlugBuilder |
ChartSlugBuilder.addFocusedHost(String hostName) |
Add a host that is focused upon when the page loads.
|
ChartSlugBuilder |
ChartSlugBuilder.addSource(String name,
String query) |
Add a new source query to the chart.
|
ChartSlugBuilder |
ChartSlugBuilder.addSource(String name,
String query,
boolean disabled) |
Add a new source query to the chart.
|
ChartSlugBuilder |
ChartSlugBuilder.addSource(String name,
String query,
boolean disabled,
String queryBuilderSerialization,
boolean queryBuilderEnabled) |
Add a new source query to the chart.
|
ChartSlugBuilder |
ChartSlugBuilder.setBase(int base) |
Sets the base of the y-axis of the chart.
|
ChartSlugBuilder |
ChartSlugBuilder.setChartAttributes(String chartAttributes) |
Sets the chart's attributes from a JSON serialized string.
|
ChartSlugBuilder |
ChartSlugBuilderImpl.setChartAttributes(String chartSettings) |
|
ChartSlugBuilder |
ChartSlugBuilder.setChartSettings(ChartSettings chartSettings) |
Sets the chart's settings from a ChartSettings objects.
|
ChartSlugBuilder |
ChartSlugBuilder.setChartSettings(String chartSettings) |
Sets the chart's settings from a JSON serialized string.
|
ChartSlugBuilder |
ChartSlugBuilderImpl.setChartSettings(ChartSettings chartSettings) |
|
ChartSlugBuilder |
ChartSlugBuilderImpl.setChartSettings(String chartSettings) |
|
ChartSlugBuilder |
ChartSlugBuilder.setCompare(String compare) |
Sets the comparison option for the entire chart.
|
ChartSlugBuilder |
ChartSlugBuilder.setCustomerId(String customerId) |
Set the customer id for the chart.
|
ChartSlugBuilder |
ChartSlugBuilder.setDescription(String description) |
Sets the description of the chart.
|
ChartSlugBuilder |
ChartSlugBuilderImpl.setDescription(String description) |
|
ChartSlugBuilder |
ChartSlugBuilder.setEnd(long endMillis) |
Set the end millis.
|
ChartSlugBuilder |
ChartSlugBuilder.setEnd(org.joda.time.ReadableInstant instant) |
Set the end millis.
|
ChartSlugBuilder |
ChartSlugBuilder.setGranularity(String granularity) |
Set the granularity of the entire chart.
|
ChartSlugBuilder |
ChartSlugBuilder.setId(String id) |
Set the chart id.
|
ChartSlugBuilder |
ChartSlugBuilder.setName(String name) |
Set the name of the chart.
|
ChartSlugBuilder |
ChartSlugBuilder.setStart(long startMillis) |
Set the start millis.
|
ChartSlugBuilder |
ChartSlugBuilder.setStart(org.joda.time.ReadableInstant instant) |
Set the start instant.
|
ChartSlugBuilder |
ChartSlugBuilder.setUnits(String units) |
Units to use for the chart (rendered to the right of the Y-axis).
|
static ChartSlugBuilder |
ChartSlugBuilders.slugBuilder() |
|
static ChartSlugBuilder |
ChartSlugBuilders.slugBuilderV1() |
Deprecated.
|