@sproutsocial/seeds-react-data-viz 0.7.15 → 0.7.18

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/esm/index.js CHANGED
@@ -1257,6 +1257,7 @@ var useTimeSeriesChartOptions = ({
1257
1257
  }
1258
1258
  },
1259
1259
  series: transformDataToSeries({ data }, seriesType),
1260
+ time: { timezone },
1260
1261
  tooltip: {
1261
1262
  enabled: !disableTooltips
1262
1263
  },