@luminati-io/uikit 1.7.28-beta.3 → 1.7.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/uikit.umd.js +2 -0
- package/dist/uikit.umd.js.map +1 -1
- package/dist/uikit.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/uikit.umd.js
CHANGED
|
@@ -18959,6 +18959,8 @@ var Bar = function Bar(props) {
|
|
|
18959
18959
|
Bar.displayName = 'Chart.Bar';
|
|
18960
18960
|
Bar.defaultProps = {
|
|
18961
18961
|
animated: true,
|
|
18962
|
+
showGridRows: false,
|
|
18963
|
+
showGridColumns: false,
|
|
18962
18964
|
orientation: 'vertical'
|
|
18963
18965
|
};
|
|
18964
18966
|
Bar.propTypes = {
|