heightAsRatio
Home > @gooddata/sdk-model > IDashboardLayoutSize > heightAsRatio
IDashboardLayoutSize.heightAsRatio property
Height defined as the ratio to the width in percent. Examples: - When heightAsRatio is 100, the column has a 1:1 ratio. - When heightAsRatio is 200, the column has a 1:2 ratio. - When heightAsRatio is 50, the column has a 2:1 ratio.
Signature:
heightAsRatio?: number;