test con timer x charts

This commit is contained in:
Samuele Locatelli
2021-03-22 18:42:58 +01:00
parent 0b1825b8d3
commit ace54ad4b1
7 changed files with 127 additions and 48 deletions
+4 -7
View File
@@ -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>