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

Update Graph feature #47

Open
IshaGupta18 opened this issue Jun 14, 2019 · 0 comments
Open

Update Graph feature #47

IshaGupta18 opened this issue Jun 14, 2019 · 0 comments
Labels

Comments

@IshaGupta18
Copy link
Collaborator

Describe the feature/solution you'd like
I was thinking of implementing an "Update Graph" feature. We had this feature before the "Add Graph" feature was introduced, but now since we have multiple graphs, we have to write this feature again. But it would be a little tough since we'll have to save every graph's configuration even after it is plotted, which will be a heavy burden. The add graph feature might be substantial since the user can simply add another graph instead of updating the current one. But either ways, updating the graph is a good functionality to have. Also, we should have a delete graph feature as well. What is your take on both these? @jywarren @Souravirus @IgorWilbert @gauravano @namangupta01

Describe alternatives you've considered
Add Graph is an alternate for this.

Propose ideas to implement this feature
We will have to maintain a hash, with the graph id as key and it's configuration as it's value. Every time the user will click on "update graph" for a graph, we will reset the sample data tables and graph type table to the graph's configuration.

@IshaGupta18 IshaGupta18 added the enhancement New feature or request label Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant