hustcc / hustcc/echarts-for-react
Pie Chart Display Data Issue
Open
- Dominant language
- TypeScript
- Stars
- 5k
- Forks
- 650
- PR merge metrics
- No merged PRs in 30d
Description
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 ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.