|
@@ -212,7 +212,7 @@ function GetContinued(uid) {
|
|
|
h = Math.round((260 / Object.keys(ret).length));
|
|
|
for (var date in ret) {
|
|
|
id = "myChart" + date;
|
|
|
- $("div#charts_wrap").append('<div id="chart_container" style="width:100%;height:' + h + 'px;"> <canvas id="' + id +
|
|
|
+ $("div#charts_wrap").append('<div id="chart_container" style="width:100%;height:' + h + 'px;border: black dashed 1px"> <canvas id="' + id +
|
|
|
'" class="animated fadeIn;" ></canvas></div>');
|
|
|
ctx = $("#" + id);
|
|
|
lbls = [];
|