test: Performance Enter Log and Enter Filter done.
This commit is contained in:
@@ -187,7 +187,7 @@ export default {
|
||||
const totalBars = chartData.data.length;
|
||||
let horizontalBar = this.horizontalBarHeight;
|
||||
|
||||
if(totalBars > 10) horizontalBar = (totalBars - 10) * 20 + this.horizontalBarHeight;
|
||||
if(totalBars > 10) horizontalBar = (totalBars - 10) * 16 + this.horizontalBarHeight;
|
||||
|
||||
return horizontalBar + 'px'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user