HL
HJ L
Vertical Bar Graph - Copy this React, Tailwind Component to your project
const percent = ((dataset.data[segment.index] / total) * 100).toFixed(1) + "%"; I think this part is not calculated as a numeric type. It prints NaN% on the screen. Please check this part and fix it.
Prompt
