public class FilesCountTrendChart extends Object
ChartModelConfiguration instance. The created model object can be serialized to JSON (e.g., using the JacksonFacade) and can be used 1:1 as ECharts configuration object in the corresponding JS file.JacksonFacade| Constructor and Description |
|---|
FilesCountTrendChart() |
| Modifier and Type | Method and Description |
|---|---|
edu.hm.hafner.echarts.LinesChartModel |
create(Iterable<? extends edu.hm.hafner.echarts.BuildResult<ForensicsBuildAction>> results,
edu.hm.hafner.echarts.ChartModelConfiguration configuration)
Creates the chart for the specified results.
|
public edu.hm.hafner.echarts.LinesChartModel create(Iterable<? extends edu.hm.hafner.echarts.BuildResult<ForensicsBuildAction>> results, edu.hm.hafner.echarts.ChartModelConfiguration configuration)
results - the forensics results to render - these results must be provided in descending order, i.e. the current
build is the head of the list, then the previous builds, and so onconfiguration - the chart configuration to be usedCopyright © 2016–2020. All rights reserved.