@vizzly/dashboard 0.15.0-dev-eaaf414f9f1038b3d1800877c725848532bce2cf → 0.15.0-dev-6114a3b52b10e59a48578b0bad33d5be5e0d850d

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.
@@ -55031,7 +55031,7 @@ var DataTableView = function DataTableView(props) {
55031
55031
  children: groupingHeading.content
55032
55032
  }, groupingHeading + "_" + headerIndex);
55033
55033
  })
55034
- }), props.summarizeKPIs && jsxRuntime.jsx(KPISummaryHeader, {
55034
+ }), props.summarizeKPIs && props.dimension.length > 0 && jsxRuntime.jsx(KPISummaryHeader, {
55035
55035
  tableRepresentation: tableRepresentation,
55036
55036
  numberFormat: props.numberFormat,
55037
55037
  numberFormatOptions: props.numberFormatOptions,