| jqplot. | |
| Properties | |
| barPadding | |
| fill | True to fill the bars. | 
| highlightMouseOver | True to highlight slice when moused over. | 
| highlightMouseDown | True to highlight when a mouse button is pressed over a slice. | 
| highlightColors | an array of colors to use when highlighting a slice. | 
| synchronizeHighlight | Index of another series to highlight when this series is highlighted. | 
| offsetBars | False will center bars on their y value. | 
this.barPadding = 10 
True to fill the bars.
this.fill = true 
True to highlight slice when moused over.
this.highlightMouseOver = true 
True to highlight when a mouse button is pressed over a slice.
this.highlightMouseDown = false 
an array of colors to use when highlighting a slice.
this.highlightColors = [] 
Index of another series to highlight when this series is highlighted.
this.synchronizeHighlight = false 
False will center bars on their y value.
this.offsetBars = false