Skip to content

Commit

Permalink
开放主数据显示区域的顶部和底部内间距配置
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyiqian committed Feb 25, 2022
1 parent 2fe53ea commit 8fea103
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ abstract class BaseChildChartConfig(
/**
* 主数据显示区域的顶部内间距
*/
val chartMainDisplayAreaPaddingTop: Float,
var chartMainDisplayAreaPaddingTop: Float,
/**
* 主数据显示区域的底部内间距
*/
val chartMainDisplayAreaPaddingBottom: Float
var chartMainDisplayAreaPaddingBottom: Float
) {
var height: Int = 0
set(value) {
Expand Down

0 comments on commit 8fea103

Please sign in to comment.