Skip to content

Commit 6e53cff

Browse files
Merge pull request #425 from syncfusion-content/SEO-180844-mvc-page-with-redirect
SEO-180844-mvc-page-with-redirect
2 parents 29c0566 + 515f068 commit 6e53cff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

aspnetmvc/Chart/Data-Markers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,4 +573,4 @@ The following code example shows how to enable smart labels,
573573
![](Data-Markers_images/Data-Markers_img12.png)
574574

575575

576-
[Click](https://mvc.syncfusion.com/demos/web/chart/pie) here to view the SmartLabel online demo sample.
576+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Pie#/bootstrap5) here to view the SmartLabel online demo sample.

aspnetmvc/Chart/Working-with-Data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var chartData = [
5454

5555
![](Working-with-Data_images/Working-with-Data_img1.png)
5656

57-
[Click](https://mvc.syncfusion.com/demos/web/chart/localdata) here to view the local data binding online demo sample.
57+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/LocalData#/bootstrap5) here to view the local data binding online demo sample.
5858

5959

6060
2.You can also plot data to chart using **Points** option in the series. Using this property you can customize each and every point in the data.
@@ -111,7 +111,7 @@ You can bind the remote data to the chart by using the **DataSource** and you ca
111111

112112
![](Working-with-Data_images/Working-with-Data_img3.png)
113113

114-
[Click](https://mvc.syncfusion.com/demos/web/chart/remotedata) here to view the remote data binding online demo sample.
114+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/RemoteData#/bootstrap5) here to view the remote data binding online demo sample.
115115

116116

117117
## AngularJS Data Binding
@@ -121,7 +121,7 @@ Typically, you will assign data directly to chart using **dataSource** property
121121

122122
I> Essential JS includes AngularJS directives for all controls in the **ej.widget.angular.min.js** script file.
123123

124-
N> All the properties in EjChart supports one way AngularJS binding except inner array properties like **series.points[]**, **series.trendlines[]**. [Click](http://help.syncfusion.com/js/angularjs) here to know more about Essential AngularJS and the properties which support two way AngularJS binding in chart.
124+
N> All the properties in EjChart supports one way AngularJS binding except inner array properties like **series.points[]**, **series.trendlines[]**. [Click](https://help.syncfusion.com/js/angularjs) here to know more about Essential AngularJS and the properties which support two way AngularJS binding in chart.
125125

126126
{% highlight html %}
127127

@@ -177,4 +177,4 @@ N> All the properties in EjChart supports one way AngularJS binding except inner
177177

178178
![](/js/Chart/Working-with-Data_images/Working-with-Data_img4.png)
179179

180-
[Click](http://ngjq.syncfusion.com/#/chart/line) here to view the AngularJS data binding online demo sample.
180+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Line#/bootstrap5) here to view the AngularJS data binding online demo sample.

0 commit comments

Comments
 (0)