@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/index.js CHANGED
@@ -23178,6 +23178,7 @@ var ChartCanvas = forwardRef(
23178
23178
  }
23179
23179
  }
23180
23180
  chartRef.current = chart;
23181
+ chart.setTimezone(timezone);
23181
23182
  window.__chart = chart;
23182
23183
  const initTool = initialActiveTool ?? "cursor";
23183
23184
  chart.setCrosshairEnabled(initTool === "crosshair");