Skip to content
New issue

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

Percentage chart #83

Closed
felixalguzman opened this issue Sep 10, 2018 · 3 comments
Closed

Percentage chart #83

felixalguzman opened this issue Sep 10, 2018 · 3 comments

Comments

@felixalguzman
Copy link

Is it posible to create a percentage chart ?

Something like this
image

@junedchhipa
Copy link
Contributor

There is not a chart-type which gives an out-of-the-box percentage chart, but it is very easy to tweak a "100% stacked bar chart" to create something like the image you provided.

Here is an example which produces this result

screen shot 2018-09-11 at 2 49 06 am

@felixalguzman
Copy link
Author

Nice, this will work thanks!

@kod-man
Copy link

kod-man commented May 10, 2021

There is not a chart-type which gives an out-of-the-box percentage chart, but it is very easy to tweak a "100% stacked bar chart" to create something like the image you provided.

Here is an example which produces this result

screen shot 2018-09-11 at 2 49 06 am

How can we write without a comma? like 27, 8, etc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants