We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03d832 commit c91209bCopy full SHA for c91209b
packages/x-charts/src/RadarChart/RadarChart.tsx
@@ -2,7 +2,7 @@
2
import * as React from 'react';
3
import PropTypes from 'prop-types';
4
import { useThemeProps } from '@mui/material/styles';
5
-import { ChartsToolbar } from '@mui/x-charts/Toolbar/internals/ChartsToolbar';
+import { ChartsToolbar } from '../Toolbar/internals/ChartsToolbar';
6
import { ChartsLegend, ChartsLegendSlotProps, ChartsLegendSlots } from '../ChartsLegend';
7
import {
8
ChartsOverlay,
0 commit comments