@if (chartType !== TimeSeriesChartType.point) {
widgets.time-series-chart.series.line.line
@if (chartType !== TimeSeriesChartType.state) {
{{ 'widgets.time-series-chart.series.line.show-line' | translate }}
}
{{ 'widgets.time-series-chart.series.line.step-line' | translate }} @for (stepType of lineSeriesStepTypes; track stepType) { {{ lineSeriesStepTypeTranslations.get(stepType) | translate }} }
@if (chartType !== TimeSeriesChartType.state) {
{{ 'widgets.time-series-chart.series.line.smooth-line' | translate }}
}
widgets.time-series-chart.line-type
@for (lineType of chartLineTypes; track lineType) { {{ chartLineTypeTranslations.get(lineType) | translate }} }
widgets.time-series-chart.line-width
} @if (chartType !== TimeSeriesChartType.point) {
widgets.time-series-chart.series.point.points
{{ 'widgets.time-series-chart.series.point.show-points' | translate }}
} @else {
{{ 'widgets.time-series-chart.series.point.point-label' | translate }}
@for (position of chartLabelPositions; track position) { {{ chartLabelPositionTranslations.get(position) | translate }} }
{{ 'widgets.time-series-chart.series.point.point-label-background' | translate }}
widgets.time-series-chart.series.point.point-shape
@for (shape of chartShapes; track shape) { {{ chartShapeTranslations.get(shape) | translate }} }
widgets.time-series-chart.series.point.point-size
}
{{ 'widgets.time-series-chart.series.point.point-label' | translate }}
@for (position of chartLabelPositions; track position) { {{ chartLabelPositionTranslations.get(position) | translate }} }
{{ 'widgets.time-series-chart.series.point.point-label-background' | translate }}
widgets.time-series-chart.series.point.point-shape
@for (shape of chartShapes; track shape) { {{ chartShapeTranslations.get(shape) | translate }} }
widgets.time-series-chart.series.point.point-size