Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.gwt.widgets |
Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.
|
Modifier and Type | Class and Description |
---|---|
class |
VerticalLineChart
Vertical LINE chart implementation.
A line chart is a way of plotting data points on a line. Often, it is used to show trend data, or the comparison of two data sets. |
Constructor and Description |
---|
LineChartWidget(LineChart extendedChart)
Builds the chart.
This is must be extended for controller which are based on this chart. |