test con timer x charts
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
redrawAll();
|
||||
|
||||
var prm = Sys.WebForms.PageRequestManager.getInstance();
|
||||
prm.add_pageLoaded(function () {
|
||||
redrawAll();
|
||||
//console.log('add_pageLoaded!');
|
||||
console.log('add_pageLoaded!');
|
||||
});
|
||||
//prm.add_endRequest(function () {
|
||||
// redrawAll();
|
||||
@@ -152,11 +154,6 @@
|
||||
plotTS();
|
||||
plotHist();
|
||||
}
|
||||
|
||||
//// funzione di drawing ad OGNI pageload!
|
||||
//function pageLoad() {
|
||||
// //redrawAll();
|
||||
//}
|
||||
</script>
|
||||
|
||||
<asp:HiddenField runat="server" ID="hfIdxDip" />
|
||||
@@ -176,7 +173,7 @@
|
||||
</asp:DropDownList>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row" runat="server" id="divGraphs">
|
||||
<div class="col-12 col-md-6">
|
||||
<canvas id="myChartTS" width="300" height="120"></canvas>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user