Hello i'm trying to show a small annotation on a dinamic percentage of the radialBar/gauge chart. It does not show up. I allready checked the docs back and forth this is my code so far.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello i'm trying to show a small annotation on a dinamic percentage of the radialBar/gauge chart. It does not show up. I allready checked the docs back and forth this is my code so far.
const Clicks: React.FC = ({ statsResume, stats }) => {
const chartOptions = useChartOptions(statsResume);
}
export default Clicks;
function useChartOptions(): ApexOptions {
}
and this is the result