| Package | Description |
|---|---|
| org.icepear.echarts | |
| org.icepear.echarts.render |
| Modifier and Type | Class and Description |
|---|---|
class |
CartesianCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
Chart<T extends Chart<?,?>,E extends SeriesOption> |
class |
ParallelCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
PolarCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
RadarCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
SingleCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
| Modifier and Type | Class and Description |
|---|---|
class |
Bar |
class |
Boxplot |
class |
Candlestick |
class |
CartesianCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
Funnel |
class |
Gauge |
class |
Graph |
class |
Heatmap |
class |
Line |
class |
Parallel |
class |
ParallelCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
Pie |
class |
PolarBar |
class |
PolarCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
PolarLine |
class |
PolarScatter |
class |
Radar |
class |
RadarCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
Sankey |
class |
Scatter |
class |
SingleCoordChart<T extends Chart<?,?>,E extends SeriesOption> |
class |
Sunburst |
class |
ThemeRiver |
class |
Tree |
class |
Treemap |
| Modifier and Type | Field and Description |
|---|---|
protected T |
Chart.self |
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.render(String path,
Chart<?,?> chart)
Used in simple chart case, render the echarts in html file, in default width,
height and willOpen.
|
void |
Engine.render(String path,
Chart<?,?> chart,
String height,
String width,
Boolean willOpen)
Used in simple chart cases, render the echarts in
customized width, height, and willOpen
|
String |
Engine.renderHtml(Chart<?,?> chart)
Used in the simple case, render the echarts in default width and height,
without download button
|
String |
Engine.renderHtml(Chart<?,?> chart,
String height,
String width)
Used in the simple cases, render the echarts in customized
width and height, without download button
|
String |
Engine.renderJsonOption(Chart<?,?> chart)
Render serialized json object of Option in Chart
|
Copyright © 2022. All rights reserved.