EJSC.BarSeries Property Examples
Properties Demonstrated
- ranges
Desired Result
This chart will display values > 3.99 and <= 5 as red.
Source Code
- Rendering Source Code...
Properties Demonstrated
- intervalOffset
Desired Result
The bars in this chart will display taking up only 1/2 of their available width.
Source Code
- Rendering Source Code...
Properties Demonstrated
- groupedBars
Desired Result
This chart will show the given series placed on top of each other instead of next to each other.
Source Code
- Rendering Source Code...
Properties Demonstrated
- useColorArray
Desired Result
This chart will display every bar with a different color.
Source Code
- Rendering Source Code...
Properties Demonstrated
- treeLegend
- axis_bottom.addBin()
Desired Result
This chart will show each individual bar in the legend and will demonstrate how to manually defined bins.
Source Code
- Rendering Source Code...
Properties Demonstrated
- orientation
Desired Result
This chart will display a grouped horizontal bar chart
Source Code
- Rendering Source Code...