| Package | Description |
|---|---|
| org.molgenis.charts.highcharts.basic | |
| org.molgenis.charts.highcharts.convert |
| Modifier and Type | Method and Description |
|---|---|
List<Series> |
Options.getSeries() |
| Modifier and Type | Method and Description |
|---|---|
void |
Options.addSeries(List<Series> series) |
void |
Options.setSeries(List<Series> series) |
| Modifier and Type | Method and Description |
|---|---|
Series |
HighchartSeriesUtil.parseBoxPlotSerieToSeries(BoxPlotSerie boxPlotSerie)
Parse the boxPlotSerie to a Series object computable with the Highcharts box plot series standard
|
Series |
HighchartSeriesUtil.parsexYDataSerieToSeries(XYDataSerie xYDataSerie)
Parse the xYDataSerie to a Series object computable with the Highcharts xy series standard.
|
| Modifier and Type | Method and Description |
|---|---|
List<Series> |
HighchartSeriesUtil.parseToBoxPlotSeriesList(List<BoxPlotSerie> boxPlotSeries)
Parse the boxPlotSeries objects list to a Series objects list.
|
List<Series> |
HighchartSeriesUtil.parseToXYDataSeriesList(List<XYDataSerie> xYDataSeries)
Parse the xyDataSeries objects list to a Series objects list.
|
Copyright © 2014. All Rights Reserved.