morrisjs / morris.js

Pretty time-series line graphs
http://morrisjs.github.com/morris.js/
6.92k stars 1.23k forks source link

chart reload, the browser will scroll to top #616

Open AllenFang opened 8 years ago

AllenFang commented 8 years ago

I have some bar and donut charts on my web page so that exist the scroll bar on browser, but if I reload the chart with another data, the chart will plot again successful, but the scroll on browser will going to top. How can I avoid it? Thanks :)

bsjanezic commented 8 years ago

I had this issue when the height and width weren't set properly, Maybe double check those values first?