echarts-for-react icon indicating copy to clipboard operation
echarts-for-react copied to clipboard

Pie Chart Display Data Issue

Open aslamabid opened this issue 2 years ago • 1 comments

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 ?

aslamabid avatar Dec 16 '22 06:12 aslamabid

You put that data into Pie Component that must be force render

cdx111 avatar Jan 04 '23 06:01 cdx111