@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.
package/dist/internal.js CHANGED
@@ -23188,6 +23188,7 @@ var ChartCanvas = forwardRef(
23188
23188
  }
23189
23189
  }
23190
23190
  chartRef.current = chart;
23191
+ chart.setTimezone(timezone);
23191
23192
  window.__chart = chart;
23192
23193
  const initTool = initialActiveTool ?? "cursor";
23193
23194
  chart.setCrosshairEnabled(initTool === "crosshair");