Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
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 | Method and Description |
---|---|
HorizontalBarDataset |
HorizontalBarChart.newDataset() |
HorizontalBarDataset |
HorizontalBarChart.newDataset(boolean hidden) |
Modifier and Type | Class and Description |
---|---|
class |
StackedHorizontalBarDataset
The stacked horizontal bar area chart allows a number of properties to be specified for each dataset.
|
class |
TimeSeriesHorizontalBarDataset
The time series horizontal bar chart allows a number of properties to be specified for each dataset.
|
Modifier and Type | Method and Description |
---|---|
HorizontalBarDataset |
HorizontalBarChartWidget.newDataset(boolean hidden) |