We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would like to display a pie chart with two slices based on the users usage per month.
For example: if usage of the user is 0.92 (and monthly limit is 2)
then two slices have to be represented in the pie chart:
Slice 1: 0.92 in green color Slice 2: 2 - 0.92 (monthly limit - users usage) in gray color
When I am using percentage for representing it.. It is not displaying correctly. Please help me how to achieve this. Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I would like to display a pie chart with two slices based on the users usage per month.
For example: if usage of the user is 0.92 (and monthly limit is 2)
then two slices have to be represented in the pie chart:
Slice 1: 0.92 in green color
Slice 2: 2 - 0.92 (monthly limit - users usage) in gray color
When I am using percentage for representing it.. It is not displaying correctly. Please help me how to achieve this. Thanks in advance.
The text was updated successfully, but these errors were encountered: