| Package | Description |
|---|---|
| org.wicketstuff.jqplot.lib | |
| org.wicketstuff.jqplot.lib.chart |
| Modifier and Type | Method and Description |
|---|---|
static String |
JqPlotUtils.createJquery(Chart<?> chart,
String divId)
Cria um comando jquery
|
static String |
JqPlotUtils.createJquery(Chart<?> chart,
String divId,
String javaScriptVar)
Cria um comando jquery
|
static List<String> |
JqPlotUtils.retriveJavaScriptResources(Chart<?> chart)
Retorna os recursos de javascript
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChart<T extends ChartData<?>,S extends Serializable>
Abstract class to help build charts.
|
class |
AreaChart<T extends Number>
Simple implementation of Area Chart.
|
class |
BarChart<T extends Number>
Simple implementation of Bar Chart.
|
class |
BarSeriesChart<I extends Number,V extends Number>
Simple implementation of Bar Chart.
|
class |
BubbleChart
Simple implementation of Bubble Chart.
|
class |
LabeledLineChart<T extends Number>
Simple implementation of Labeled Line Chart.
|
class |
LineChart<T extends Number>
Simple implementation of Line Chart.
|
class |
LineSeriesChart<I extends Number,V extends Number>
Simple implementation of Line Series Chart.
|
class |
MeterGaugeChart
Simple implementation of Meter Gauge Chart.
|
class |
PieChart<T extends Number>
Simple implementation of Pie Chart.
|
class |
PieDonutChart<T extends Number>
Simple implementation of Pie Donut Chart.
|
Copyright © 2024. All rights reserved.