Skip to content

Commit ac2a783

Browse files
azure-pipelines[bot]tfsbuild
andauthored
Adding changes from build igniteui-xplat-examples-output+PRs_2024.7.3.1 (#785)
Co-authored-by: tfsbuild <[email protected]>
1 parent 0f5f8cb commit ac2a783

File tree

192 files changed

+462
-462
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+462
-462
lines changed

samples/charts/category-chart/area-chart-multiple-sources/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
<div class="legend">
2626
<igc-legend
27-
name="Legend"
28-
id="Legend"
27+
name="legend"
28+
id="legend"
2929
orientation="Horizontal">
3030
</igc-legend>
3131
</div>

samples/charts/category-chart/area-chart-multiple-sources/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class Sample {
1818
private _bind: () => void;
1919

2020
constructor() {
21-
var legend = this.legend = document.getElementById('Legend') as IgcLegendComponent;
21+
var legend = this.legend = document.getElementById('legend') as IgcLegendComponent;
2222
var chart = this.chart = document.getElementById('chart') as IgcCategoryChartComponent;
2323

2424
this._bind = () => {

samples/charts/category-chart/area-chart-styling/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
<div class="legend">
2626
<igc-legend
27-
name="Legend"
28-
id="Legend"
27+
name="legend"
28+
id="legend"
2929
orientation="Horizontal">
3030
</igc-legend>
3131
</div>

samples/charts/category-chart/area-chart-styling/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class Sample {
1818
private _bind: () => void;
1919

2020
constructor() {
21-
var legend = this.legend = document.getElementById('Legend') as IgcLegendComponent;
21+
var legend = this.legend = document.getElementById('legend') as IgcLegendComponent;
2222
var chart = this.chart = document.getElementById('chart') as IgcCategoryChartComponent;
2323

2424
this._bind = () => {

samples/charts/category-chart/axis-gridlines/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767

6868
<div class="legend">
6969
<igc-legend
70-
name="Legend"
71-
id="Legend"
70+
name="legend"
71+
id="legend"
7272
orientation="Horizontal">
7373
</igc-legend>
7474
</div>

samples/charts/category-chart/axis-gridlines/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class Sample {
2929
private _bind: () => void;
3030

3131
constructor() {
32-
var legend = this.legend = document.getElementById('Legend') as IgcLegendComponent;
32+
var legend = this.legend = document.getElementById('legend') as IgcLegendComponent;
3333
var propertyEditorPanel1 = this.propertyEditorPanel1 = document.getElementById('propertyEditorPanel1') as IgcPropertyEditorPanelComponent;
3434
var yAxisStroke = this.yAxisStroke = document.getElementById('YAxisStroke') as IgcPropertyEditorPropertyDescriptionComponent;
3535
var yAxisMajorStroke = this.yAxisMajorStroke = document.getElementById('YAxisMajorStroke') as IgcPropertyEditorPropertyDescriptionComponent;

samples/charts/category-chart/axis-labels/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767

6868
<div class="legend">
6969
<igc-legend
70-
name="Legend"
71-
id="Legend"
70+
name="legend"
71+
id="legend"
7272
orientation="Horizontal">
7373
</igc-legend>
7474
</div>

samples/charts/category-chart/axis-labels/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class Sample {
2929
private _bind: () => void;
3030

3131
constructor() {
32-
var legend = this.legend = document.getElementById('Legend') as IgcLegendComponent;
32+
var legend = this.legend = document.getElementById('legend') as IgcLegendComponent;
3333
var propertyEditorPanel1 = this.propertyEditorPanel1 = document.getElementById('propertyEditorPanel1') as IgcPropertyEditorPanelComponent;
3434
var xAxisLabelAngleEditor = this.xAxisLabelAngleEditor = document.getElementById('XAxisLabelAngleEditor') as IgcPropertyEditorPropertyDescriptionComponent;
3535
var yAxisLabelAngleEditor = this.yAxisLabelAngleEditor = document.getElementById('YAxisLabelAngleEditor') as IgcPropertyEditorPropertyDescriptionComponent;

samples/charts/category-chart/axis-locations/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
<div class="legend">
4343
<igc-legend
44-
name="Legend"
45-
id="Legend"
44+
name="legend"
45+
id="legend"
4646
orientation="Horizontal">
4747
</igc-legend>
4848
</div>

samples/charts/category-chart/axis-locations/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class Sample {
2727
private _bind: () => void;
2828

2929
constructor() {
30-
var legend = this.legend = document.getElementById('Legend') as IgcLegendComponent;
30+
var legend = this.legend = document.getElementById('legend') as IgcLegendComponent;
3131
var propertyEditorPanel1 = this.propertyEditorPanel1 = document.getElementById('propertyEditorPanel1') as IgcPropertyEditorPanelComponent;
3232
var yAxisLabelLocation = this.yAxisLabelLocation = document.getElementById('YAxisLabelLocation') as IgcPropertyEditorPropertyDescriptionComponent;
3333
var chart = this.chart = document.getElementById('chart') as IgcCategoryChartComponent;

0 commit comments

Comments
 (0)