You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/charts/bar.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ Some properties can be specified as an array. If these are set to an array value
77
77
| `hoverBackgroundColor` | `Color/Color[]` | The fill colour of the bars when hovered.
78
78
| `hoverBorderColor` | `Color/Color[]` | The stroke colour of the bars when hovered.
79
79
| `hoverBorderWidth` | `Number/Number[]` | The stroke width of the bars when hovered.
80
+
| `minSize` | `Number` | The minimum size (height for vertical, width for horizontal) in pixels bars should be rendered.
80
81
81
82
### borderSkipped
82
83
This setting is used to avoid drawing the bar stroke at the base of the fill. In general, this does not need to be changed except when creating chart types that derive from a bar chart.
0 commit comments