Fix typo
This commit is contained in:
Родитель
8a417c344a
Коммит
3f436c6c86
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче