Browse Source

modify some codes

master
xiaowuler 3 years ago
parent
commit
55a8ed881b
  1. 1
      04.系统编码/Frontend/src/model/heat-map-drawer.ts

1
04.系统编码/Frontend/src/model/heat-map-drawer.ts

@ -151,7 +151,6 @@ export class HeatMapDrawer{
this.values[dataIndex] = this.values[dataIndex].reverse();
}
console.log(this.values);
this.createCalc(this.values);
}

Loading…
Cancel
Save