alanjones2

Results 12 comments of alanjones2

Good question and the answer is probably laziness! I just used ``newPlot`` for the first chart and just didn't think about how efficient subsequent plotting would be. A faster way...

BTW I've changed the code in the repo

Plotly is based on d3.js and uses that library for creating plots. The ``react`` function redraws only the changes between the given parameters and the current state of the plot....

I think that this is an issue with yFinance and Yahoo Finance changing the way it encrypts data. See the yFinance Github page for more details. I don't know if...

I did have a quick look. The data comes back ok but not the info so if you comment out the part that fetches this then you will still get...

I've updated the repo with these changes and a notice on the web page to say that this functionality has been disabled

I would have done the same as you! If that doesn't work you could try calling the plot function when a window resize event is fired - see [here](https://developer.mozilla.org/en-US/docs/Web/API/Window/resize_event) if...

Hmm, yes, I seem to have deleted it. I have a feeling there was an issue with the yfinance library no longer working properly. Weird, though, I normally just unlist...

OK, the yfinance issue is probably a red herring. I simply forgot that there was no copy of the article on Medium when I deleted the blog. Apologies, but the...

I found the same intermittent problem in v 0.86. It seems that one solution is to reduce the length/complexity of the task descriptions by splitting them into smaller tasks. That...