echarts-for-react
echarts-for-react copied to clipboard
Pie Chart Display Data Issue
I am working on a react project where the dashboard page has 3 data "total_session", "session_attend", "total_hours_spend"
so the issue is : "total_session" = 5 "session_attend" = 4 "total_hours_spend" = 3000
when I put this data in Pie Component I am getting the total_hours_spend data in visual and both total_session, and session_attend are hiding from visual.
Can anyone help me out this issue I am facing ?
You put that data into Pie Component that must be force render