This has plagued me for a week, so I had to come to SO. (Forgive the URL, it's a dev server).
http://www.stagestudio.com.ua/shutter_stat/wiev_base.php?cat=34
when I click on the photo the popup with linechart should appear but in fact the linechart is non visible. It can be visible only after resize the window or open browser inspection window.
How can I fix this?
This method dont work <script>
var graph = new Dygraph(document.getElementById("graphPanel"), "temperatures.csv", {
animatedZooms: true
});
$(document).ready(function () {
graph.resize(800, 500)
});
</scrip>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…