You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
smartdeveloper1030
changed the title
when I set the startangle as -180deg and endangle as 90deg, svg img is not show fully.
when I set the startangle as -180deg and endangle as 90deg, svg img is not show fully in that type is RadialBar.
Nov 11, 2024
when I set the startangle as -180deg and endangle as 90deg, svg img is not show fully.
import React, { useEffect } from "react";
import ApexCharts from 'react-apexcharts';
interface PrgessProps {
value: number;
startAng: number;
endAng: number;
color: string;
}
const RingProgressBar: React.FC = (props) => {
}
export default RingProgressBar;
in here, svg img is not fully displayed.
The text was updated successfully, but these errors were encountered: