1 && isWidthBigEnough()"
[style.height.percent]=""
>
1 && isWidthBigEnough()"
[graphsNumber]="graphsData[metric].length"
[legendStringLength]="legendStringLength"
[chart]="chartItem"
[id]="SINGLE_GRAPH_ID_PREFIX + EXPERIMENT_GRAPH_ID_PREFIX + metric + chartItem.layout.title + chartItem.iter + chartItem.variant + (chartItem.layout.images && chartItem.layout.images[0]?.source)"
[isCompare]="isCompare"
[disableResize]="disableResize"
[isDarkTheme]="isDarkTheme"
[showLoaderOnDraw]="showLoaderOnDraw"
[legendConfiguration]="legendConfiguration"
[smoothWeight]="smoothWeight"
[xAxisType]="xAxisType"
[height]="height"
[moveLegendToTitle]="groupBy === groupByCharts.None"
[identifier]="SINGLE_GRAPH_ID_PREFIX + EXPERIMENT_GRAPH_ID_PREFIX + metric + chartItem.layout.title + chartItem.iter + chartItem.variant + (chartItem.layout.images && chartItem.layout.images[0]?.source)"
(resizeStarted)="resizeStarted(metricGroup, singleGraph)"
(resizing)="onResizing($event)"
(sizeChanged)="sizeChanged($event)">