This commit is contained in:
Violet Voronetzky 2019-11-18 15:23:54 +02:00
Родитель 8a417c344a
Коммит 3f436c6c86
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -215,7 +215,7 @@ export class KustoChartHelper implements IChartHelper {
let numberOfDefaultYAxes: number = 1;
// The y-axis is a single select when there is split-by, ot for Pie / Donut charts
// The y-axis is a single select when there is split-by, or for Pie / Donut charts
if (chartType !== ChartType.Pie && chartType !== ChartType.Donut && !selectedSplitBy) {
numberOfDefaultYAxes = KustoChartHelper.maxDefaultYAxesSelection;
}