@axdspub/axiom-charts 0.0.41 → 0.0.42

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.
@@ -1855,7 +1855,7 @@ var AxiomCharts = (function (exports, axiomUiDataServices, d3Array, _, require$$
1855
1855
  else {
1856
1856
  style = { width: w, height: `${props.settings.height}px` };
1857
1857
  }
1858
- return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [error !== undefined ? jsxRuntimeExports.jsx("p", { children: error }) : '', jsxRuntimeExports.jsx("div", { className: "chart relative", style: style, ref: chartRef })] }));
1858
+ return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [error !== undefined ? jsxRuntimeExports.jsx("p", { children: error }) : '', jsxRuntimeExports.jsx("div", { className: "chart relative overflow-hidden", style: style, ref: chartRef })] }));
1859
1859
  };
1860
1860
 
1861
1861
  const Popup = ({ plotScrubs, chartSettings, axis, followCursor, children }) => {