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