- chart grid height 80% to 75%
This commit is contained in:
@@ -7,8 +7,8 @@ class Grid {
|
||||
constructor(index: number, length: number) {
|
||||
this.id = undefined
|
||||
this.show = true
|
||||
this.height = 80 + '%'
|
||||
this.top = index * (80 / length) + 5 + '%'
|
||||
this.height = 75 + '%'
|
||||
this.top = index * (75 / length) + 10 + '%'
|
||||
this.left = '10%'
|
||||
this.right = '10%'
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
// import { Legend, LegendOption } from './legend'
|
||||
// import { Tooltip } from './tooltip'
|
||||
// import { GridManager } from './Grid/gridManager'
|
||||
// import { xAxis, xAxisOption } from './xAxis'
|
||||
// import { yAxis, yAxisOption } from './yAxis'
|
||||
// import { DataZoom } from './dataZoom'
|
||||
import { GridManager } from './grid/gridManager'
|
||||
import { SeriesManager } from './series/seriesManager'
|
||||
|
||||
Reference in New Issue
Block a user