.k-chart {
overflow: auto; // need to trigger overflow bar
height: calc(90vh - 280px); // chart is shown in a 90vh tall dialog, the 280px is the space above (aka: make the chart as tall as it can be without triggering overflow in the main dialog)
}
.k-chart-surface {
min-height: 600px; // makes the overflow appear
height: 100%;
}
.k-chart {
overflow: auto; // need to trigger overflow bar
height: calc(90vh - 280px); // chart is shown in a 90vh tall dialog, the 280px is the space above (aka: make the chart as tall as it can be without triggering overflow in the main dialog)
}
.k-chart-surface {
min-height: 600px; // makes the overflow appear
height: 100%;
}