@forgecharts/sdk 1.5.17 → 1.5.19

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.
@@ -23125,6 +23125,7 @@ var ChartCanvas = forwardRef(
23125
23125
  }
23126
23126
  }
23127
23127
  chartRef.current = chart;
23128
+ chart.setTimezone(timezone);
23128
23129
  window.__chart = chart;
23129
23130
  const initTool = initialActiveTool ?? "cursor";
23130
23131
  chart.setCrosshairEnabled(initTool === "crosshair");