-
Ok ok I know almost for certain that this is something that is going to be available in 0.9.4 but I have to ask (even though I promised to wait until that version) But here goes: Can you scale a chart down in height and keep its width? The reason I´m asking is because I don´t seem to be able to influence the Chart height even with styling like As you can see here the chart takes way to much height. I would like to have it 50-80% the height. This is the simple code got (see the example code) <Row >
<Column ColumnSize="ColumnSize.IsThird.OnWidescreen">
<Card Margin="Margin.Is4.OnY">
<CardHeader>
<CardTitle>Container</CardTitle>
</CardHeader>
<CardBody>
<Chart @ref="barChart" Type="ChartType.Bar" TItem="double" />
</CardBody>
</Card>
</Column>
</Row> |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I can't confirm now, not at home. But I think it is possible with aspect ratio option. I worked on that recently. |
Beta Was this translation helpful? Give feedback.
I can't confirm now, not at home. But I think it is possible with aspect ratio option. I worked on that recently.