public interface ChartVisualizationService
Each visualization engine must implement this interface (for example r and hichart visualization services
| Modifier and Type | Method and Description |
|---|---|
List<AbstractChart.MolgenisChartType> |
getCapabilities()
Gets the chart types this service can render
|
Object |
renderChart(AbstractChart chart,
org.springframework.ui.Model model)
Renders the chart
|
List<AbstractChart.MolgenisChartType> getCapabilities()
Object renderChart(AbstractChart chart, org.springframework.ui.Model model)
chart - , the chart to rendermodel - , the Spring controller modelCopyright © 2017. All rights reserved.