Uses of Interface
org.pepstock.charba.client.HasRadialAxis
-
Packages that use HasRadialAxis Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces. -
-
Uses of HasRadialAxis in org.pepstock.charba.client
Classes in org.pepstock.charba.client that implement HasRadialAxis Modifier and Type Class Description class
PolarAreaChart
POLAR AREA chart implementation.
Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.
This type of chart is often useful when we want to show a comparison data similar to a pie chart, but also show a scale of values for context.class
RadarChart
RADAR chart implementation.
A radar chart is a way of showing multiple data points and the variation between them.
They are often useful for comparing the points of two or more different data sets.
-