@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Class | Description |
|---|---|
| AreaStyle |
Area style for a stacked chart.
|
| Build |
Represents the build that contains results that should be rendered using ECharts.
|
| BuildResult<T> |
Provides results of a build that should be rendered.
|
| ChartModelConfiguration |
Configures the model of a trend chart.
|
| ItemStyle |
Item style for a chart.
|
| JacksonFacade |
Facade for Jackson that does wrap an exception into a
RuntimeException. |
| LinesChartModel |
UI model for an ECharts line chart.
|
| LinesDataSet |
Model of a line chart with multiple data sets.
|
| LineSeries |
UI model for a ECharts line chart series property.
|
| PieChartModel |
UI model for the data series of an ECharts pie chart.
|
| PieData |
UI model for an ECharts pie chart.
|
| SeriesBuilder<T> |
Provides the base algorithms to create a data set for a static analysis graph.
|
| TimeFacade |
Facade to the current time.
|
| Enum | Description |
|---|---|
| ChartModelConfiguration.AxisType |
Type of the X-Axis.
|
| LineSeries.FilledMode |
Determines whether the area of the lines should be filled or just the lines should be shown.
|
| LineSeries.StackedMode |
Determines whether multiple lines of a chart will be stacked or shown as separate lines.
|
| Palette |
Color palette for charts.
|
Copyright © 2016–2019. All rights reserved.