updated npm deps
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
.then((result) => {
|
||||
resetData();
|
||||
|
||||
result = CommonHelper.toArray(result);
|
||||
|
||||
for (let item of result) {
|
||||
chartData.push({
|
||||
x: new Date(item.date),
|
||||
|
||||
Reference in New Issue
Block a user