UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

12 lines (10 loc) 281 B
'use client'; import { useChartContext } from "../context/ChartProvider/index.js"; /** * Get the ref for the root chart element. * @returns The root chart element ref. */ export function useChartRootRef() { const context = useChartContext(); return context.chartRootRef; }