Uses of Class
org.pepstock.charba.client.commons.NativeArrayDoubleContainer
-
Packages that use NativeArrayDoubleContainer Package Description org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). -
-
Uses of NativeArrayDoubleContainer in org.pepstock.charba.client.data
Subclasses of NativeArrayDoubleContainer in org.pepstock.charba.client.data Modifier and Type Class Description class
FloatingData
Specifies the dataset for a bar chart as a pair of two numbers.
This will force rendering of bars with gaps between them (floating-bars).
First and second numbers will correspond the start and the end points of a bar respectively.
-