@spteck/fluentui-react-charts 1.0.3 → 1.0.4

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.
@@ -3510,7 +3510,10 @@ var Dashboard = function Dashboard(_ref) {
3510
3510
  }
3511
3511
  return React__default.createElement(React__default.Fragment, null, React__default.createElement("div", {
3512
3512
  ref: containerRef,
3513
- className: styles.dashboardContainer
3513
+ className: styles.dashboardContainer,
3514
+ style: {
3515
+ height: containerHeight
3516
+ }
3514
3517
  }, renderCards));
3515
3518
  };
3516
3519