Axe Reporter Documentation
    Preparing search index...

    Function default

    • A circular gauge component that displays a percentage value with a visual indicator. The gauge consists of a circular progress bar and a centered percentage text.

      Parameters

      • props: {
            backgroundColor?: string;
            color?: string;
            percentage?: number;
            size?: number;
            strokeWidth?: number;
            textColor?: string;
            textSize?: number;
        }

        Component props

        • OptionalbackgroundColor?: string

          The color of the background track

        • Optionalcolor?: string

          The color of the progress indicator

        • Optionalpercentage?: number

          The percentage value to display (0-100)

        • Optionalsize?: number

          The size of the gauge in pixels

        • OptionalstrokeWidth?: number

          The width of the gauge's stroke in pixels

        • OptionaltextColor?: string

          The color of the percentage text

        • OptionaltextSize?: number

          The size of the percentage text in pixels

      Returns Element

      A circular gauge component