Pie Chart with Time
#10335
Replies: 1 comment 2 replies
-
@strau0106 if I had a use case like yours, I would have done it as you described it!! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day People of the Chart.js Community : )
I'm currently working on a Usage Data project, where me and my team would like to visualize certain aspects of the usage data we collect.
I've done quite a few charts already. Some people outside of the team Requested, that there was a pie chart where you can see the time spent in the individual modules of our application.
The quickest and dirtiest solution would be to simply transform the duration we currently have (stored as a luxon duration object) into seconds and display those seconds in a pie chart.
Are there any other soultions you guys can think of?
Regards and thank you very much!
Strau
Beta Was this translation helpful? Give feedback.
All reactions