public interface AsyncTrendChart
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildTrendModel()
Returns the UI model for an ECharts chart that shows the build trend.
|
boolean |
isTrendVisible()
Returns whether the trend report should be shown.
|
@JavaScriptMethod String getBuildTrendModel()
LinesChartModel instance, that will be inserted into the client side model of the
corresponding ECharts instance.for details on how to construct such a model,
for an example on how to provide the JSON representationboolean isTrendVisible()
true if the trend should be shown, false otherwiseCopyright © 2016–2020. All rights reserved.