jasongilman / proto-repl-charts

An Atom Plugin extension for Proto REPL that allows displaying graphs.
MIT License
65 stars 4 forks source link

After creating graph the spinner sticks around #13

Open drewverlee opened 7 years ago

drewverlee commented 7 years ago

Here is a picture of the spinners sticking around: https://www.dropbox.com/s/7tzsxa2ktk5a4pu/Screenshot%202016-12-05%2021.07.15.png?dl=0

Atom Version: 1.12.6 prot-repl version: 1.4.9 proto-charts: 0.4.0

Steps to reproduce: alt-b after

(proto-repl-charts.charts/line-chart
 "Trigonometry"
 {"sin" (map #(Math/sin %) (range 0.0 6.0 0.2))
  "cos" (map #(Math/cos %) (range 0.0 6.0 0.2))})
jasongilman commented 7 years ago

Can you check the console to see if there were any errors? You can bring up chrome dev tools under the View -> Developer menu.

Can you also try executing an interrupt to see if that will clear the ones hanging around? Hit ctrl-shift-c

jasongilman commented 7 years ago

I noticed a similar problem recently but I can't reproduce it right now.