• Parameters

    • props: CommonProps<AxisScale<AxisScaleOutput>> & {
          axisClassName?: string;
          children?: ((renderProps: AxisRendererProps<AxisScale<AxisScaleOutput>>) => ReactNode);
          left?: number;
          scale: AxisScale<AxisScaleOutput>;
          tickValues?: any[];
          top?: number;
      } & {
          className?: string;
      } & MUIStyledCommonProps<Theme>
    • Optional context: any

    Returns null | ReactElement<any, any>

Generated using TypeDoc