-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add pie chart option to TablePlotter #297
Comments
I'd like to take this issue. |
When I open the webviz webapp and I click on Plot a Table I should have a pie chart plot type here. |
Yep @robpoll 😊 you probably need some logic on what sort of selectors that are relevant for a pie chart (similar to how the selectors change based on the other plot types). |
I added the option of a pie chart in tableplotter. Right now, it's pretty rough. Only one choice for what data to visualise based on columns which consists only numerical data. How can I know when is the issue complete? @asnyv |
could you create a pull request for it @robpoll? Then we can see your code, and test it if it's ready for that. 😄 |
I'd like to add more details to it, like I said, it's pretty rough atm :D |
After the latest pull my implementation doesn't work. Changing the _table_plotter.py under generic plugins doesn't seem to affect anything. @asnyv |
hmm, you might have to rerun When it comes to creating a PR: It seems like you haven't forked this repository yet? In that case read this small guide on what a fork is, how to clone it, stage/commit changes and making a pull request. And if you have any questions after that, let me know :) |
Running |
Is your feature request related to a problem? Please describe.
Add pie chart option to
TablePlotter
Describe the solution you'd like
Possibility to plot pie charts based on a table/dataframe (already available as
pie
inPlotly
)Describe alternatives you've considered
Separate plugin for pie charts, but think it should be quite easy to expand the
TablePlotter
with this optionThe text was updated successfully, but these errors were encountered: