public interface IChartService
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<byte[]> |
getBarChart(int width,
int height,
double[][] data,
java.lang.String[] labels,
java.lang.Integer[] colors)
Get a bar chart.
|
jadex.commons.future.IFuture<byte[]> |
getLineChart(int width,
int height,
double[][] data,
java.lang.String[] labels,
java.lang.Integer[] colors)
Get a line chart.
|
jadex.commons.future.IFuture<byte[]> |
getPieChart(int width,
int height,
double[][] data,
java.lang.String[] labels,
java.lang.Integer[] colors)
Get a pie chart.
|
jadex.commons.future.IFuture<byte[]> getBarChart(int width,
int height,
double[][] data,
java.lang.String[] labels,
java.lang.Integer[] colors)
jadex.commons.future.IFuture<byte[]> getLineChart(int width,
int height,
double[][] data,
java.lang.String[] labels,
java.lang.Integer[] colors)
jadex.commons.future.IFuture<byte[]> getPieChart(int width,
int height,
double[][] data,
java.lang.String[] labels,
java.lang.Integer[] colors)