igorwilbert

Results 13 comments of igorwilbert

@IshaGupta18 not sure if I understand how you want to do this. If there is no drag and drop to create a Research Note with a given graph, do you...

@IshaGupta18 thank you! I suppose you solved this elsewhere. If so, may I close it?

Hi @IshaGupta18 ! I had a feeling similar to @Souravirus . Maybe we could use `graphType` or something similar instead of `actualType`. What do you think?

@IshaGupta18 sorry, could you please recap? What is the error message you are getting now? I saw that on #22, you solved the carroussel problem.

@IshaGupta18 I hope this does not sound obvious. Your CDN is trying to use `splice` of an `undefined` value, similar to this [issue](https://stackoverflow.com/questions/31430837/cannot-read-property-splice-of-undefined) You should check the code in this...

@IshaGupta18 I see. I guess it is unlikely that there is a problem with the `initial` variable, unless if only a given range is allowed (you could test changing its...

@IshaGupta18 good find! I guess the replace depends on what people want for the project. Using plotly may save us work since they have so many different types of graphs...

@akshaygupta533 please check other FTO issues, @NitinMore7 already claimed this one, sorry. @NitinMore7 did you remember to open a PR?

Good job @NitinMore7, thanks! Do you know how to squash your commits (turn your commits into a single commit with all the changes)? Would you mind doing it?

@NitinMore7 you will have to rebase your branch. Run the command `$ git rebase -i HEAD~4` and in the text editor that comes up, replace the words "pick" with "squash",...