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

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/index.js CHANGED
@@ -1340,6 +1340,7 @@ var useTimeSeriesChartOptions = ({
1340
1340
  }
1341
1341
  },
1342
1342
  series: transformDataToSeries({ data }, seriesType),
1343
+ time: { timezone },
1343
1344
  tooltip: {
1344
1345
  enabled: !disableTooltips
1345
1346
  },