| Package | Description |
|---|---|
| org.molgenis.charts.data | |
| org.molgenis.charts.highcharts.convert |
| Modifier and Type | Method and Description |
|---|---|
List<XYData> |
XYDataSerie.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
XYDataSerie.addData(XYData xYData) |
| Modifier and Type | Method and Description |
|---|---|
void |
XYDataSerie.addData(List<XYData> xYData) |
void |
XYDataSerie.setData(List<XYData> data) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
HighchartSeriesUtil.parseXYDataToList(List<XYData> xydata,
AttributeType xValueFieldTypeEnum,
AttributeType yValueFieldTypeEnum)
Parse the x and y data-objects to object computable with the Highcharts scatter plot standard.
|
Copyright © 2017. All Rights Reserved.