@Component public class HighchartService extends AbstractChartVisualizationService
| Constructor and Description |
|---|
HighchartService() |
| Modifier and Type | Method and Description |
|---|---|
protected Options |
createBoxPlotChart(BoxPlotChart boxPlotChart)
Create the Highcharts options from the given BoxPlotChart
|
Options |
createScatterChart(XYDataChart scatterChart)
Create a scatter plot
When the xAxisType equals MolgenisAxisType.DATETIME then the Highcharts Stockchart will be used to create a plot
|
protected Options |
createXYDataChart(XYDataChart xYDataChart,
ChartConstructorType chartConstructorType)
Create the Highcharts options from the given XYDataChart.
|
Object |
renderChartInternal(AbstractChart chart,
org.springframework.ui.Model model) |
getCapabilities, renderChartpublic Object renderChartInternal(AbstractChart chart, org.springframework.ui.Model model)
renderChartInternal in class AbstractChartVisualizationServicepublic Options createScatterChart(XYDataChart scatterChart)
scatterChart - protected Options createBoxPlotChart(BoxPlotChart boxPlotChart)
boxPlotChart - model - protected Options createXYDataChart(XYDataChart xYDataChart, ChartConstructorType chartConstructorType)
xYDataChart - chartConstructorType - - When defining the chartConstructorType u can invloed the type of the Highchart constructor typesmodel - - is not usedCopyright © 2014. All Rights Reserved.