-
Notifications
You must be signed in to change notification settings - Fork 145
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
[Demo] Add diverging stacked bar chart to visual-vocabulary #795
Conversation
## Description Update to include diverging bar chart ## Screenshot ## Notice - [X] I acknowledge and agree that, by checking this box and clicking "Submit Pull Request": - I submit this contribution under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) and represent that I am entitled to do so on behalf of myself, my employer, or relevant third parties, as applicable. - I certify that (a) this contribution is my original creation and / or (b) to the extent it is not my original creation, I am authorized to submit this contribution on behalf of the original creator(s) or their licensees. - I certify that the use of this contribution as authorized by the Apache 2.0 license does not violate the intellectual property rights of anyone else. - I have not referenced individuals, products or companies in any commits, directly or indirectly. - I have not added data or restricted code in any commits, directly or indirectly.
for more information, see https://pre-commit.ci
@hxe00570 - could you provide me write access to your forked repository: https://github.com/hxe00570/vizro? :) For this you need to go to your forked repository -> settings -> collaborators and teams --> add people Then grant me write access :) |
@huong-li-nguyen invite sent! I do not see where to grant permissions but I assume once you accept the invite I can do so. |
I just accepted :) |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
vizro-core/examples/visual-vocabulary/pages/examples/diverging_stacked_bar.py
Outdated
Show resolved
Hide resolved
Thank you @hxe00570 for having a first stab at this! I've changed some of the logic of your original chart and refactored the chart to make reusing the chart function a bit simpler for people. You were already very close to the final solution! 🚀 I'll iterate on this after getting some reviews but I am sure we will merge this by the end of the week :) |
vizro-core/examples/visual-vocabulary/pages/examples/diverging_stacked_bar.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome example and its API added 🚀. This PR looks really good.
vizro-core/examples/visual-vocabulary/pages/examples/diverging_stacked_bar.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a bit of a different way of doing this but I think we should merge this version as it is and then come back to it later 🙂
Thank you for all your hard work on this @hxe00570 and @huong-li-nguyen 🙏 I know it wasn't an easy chart to do!
Description
Issue -> #707
Screenshot
Notice
I acknowledge and agree that, by checking this box and clicking "Submit Pull Request":