Skip to content

Commit 1a24114

Browse files
committed
update chart demos
1 parent ca1eed6 commit 1a24114

File tree

23 files changed

+43
-43
lines changed

23 files changed

+43
-43
lines changed

angular.zip

26.2 MB
Binary file not shown.

chart/chartannotations/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component, ViewEncapsulation } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
styleUrls: ['./app.component.css'],

chart/chartprinting/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
import { jqxButtonComponent, jqxButtonModule } from 'jqwidgets-ng/jqxbuttons';
5-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
5+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
66
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
77

88
@Component({

chart/chartrangeselectorevents/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33

44

5-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
5+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
66
@Component({
77
selector: 'app-root',
8-
imports: [jqxGridModule],
8+
imports: [jqxChartModule],
99
standalone: true,
1010
templateUrl: './app.component.html',
1111
})

chart/chartwithgrid/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
import { jqxGridComponent } from 'jqwidgets-scripts/jqwidgets-ts/angular_jqxgrid.ts'
55

6-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
6+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
77
@Component({
88
selector: 'app-root',
9-
imports: [jqxGridModule],
9+
imports: [jqxChartModule],
1010
standalone: true,
1111
templateUrl: './app.component.html',
1212
})

chart/chartwithtabs/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/colorbands/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/colorbandsxaxis/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/columnlocaldata/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/columnrange/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/columnseries/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/columnserieswithlabels/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/columnserieswithmissingvalues/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/columnseriewithconditionalcolors/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/columnsrange/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/columnswithbase10logarithmicaxis/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/columnswithlogarithmicaxis/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/createComponent/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33

44

5-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
5+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
66
@Component({
77
selector: 'app-root',
8-
imports: [jqxGridModule],
8+
imports: [jqxChartModule],
99
standalone: true,
1010
templateUrl: './app.component.html',
1111
})

chart/customdrawing/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
})

chart/customstyling/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component, ViewEncapsulation } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
styleUrls: ['./app.component.css'],

chart/darkbackground/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component, ViewEncapsulation } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
styleUrls: ['./app.component.css'],

chart/dashboard/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component, ViewEncapsulation } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
styleUrls: ['./app.component.css'],

chart/fluidsize/src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Component, ViewEncapsulation } from '@angular/core';
22

3-
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
3+
import { jqxChartModule, jqxChartComponent } from 'jqwidgets-ng/jqxchart';
44
@Component({
55
selector: 'app-root',
6-
imports: [jqxGridModule],
6+
imports: [jqxChartModule],
77
standalone: true,
88
templateUrl: './app.component.html',
99
styleUrls: ['./app.component.css'],

0 commit comments

Comments
 (0)