From 92455019e29570e5536ed78c50b7aef5bf4faf92 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Wed, 6 Mar 2024 17:07:00 +0300 Subject: [PATCH 1/2] SEO-180844-mvc-page-with-redirect --- aspnetmvc/Chart/Data-Markers.md | 2 +- aspnetmvc/Chart/Working-with-Data.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aspnetmvc/Chart/Data-Markers.md b/aspnetmvc/Chart/Data-Markers.md index 0c444211..935fb2b5 100644 --- a/aspnetmvc/Chart/Data-Markers.md +++ b/aspnetmvc/Chart/Data-Markers.md @@ -573,4 +573,4 @@ The following code example shows how to enable smart labels, ![](Data-Markers_images/Data-Markers_img12.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/pie) here to view the SmartLabel online demo sample. \ No newline at end of file +[Click](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/chart/default-pie.html) here to view the SmartLabel online demo sample. \ No newline at end of file diff --git a/aspnetmvc/Chart/Working-with-Data.md b/aspnetmvc/Chart/Working-with-Data.md index 9e3b7e71..6f501017 100644 --- a/aspnetmvc/Chart/Working-with-Data.md +++ b/aspnetmvc/Chart/Working-with-Data.md @@ -54,7 +54,7 @@ var chartData = [ ![](Working-with-Data_images/Working-with-Data_img1.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/localdata) here to view the local data binding online demo sample. +[Click](https://ej2.syncfusion.com/home/javascript.html) here to view the local data binding online demo sample. 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 ![](Working-with-Data_images/Working-with-Data_img3.png) -[Click](https://mvc.syncfusion.com/demos/web/chart/remotedata) here to view the remote data binding online demo sample. +[Click](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/chart/remote-data.html) here to view the remote data binding online demo sample. ## AngularJS Data Binding @@ -121,7 +121,7 @@ Typically, you will assign data directly to chart using **dataSource** property I> Essential JS includes AngularJS directives for all controls in the **ej.widget.angular.min.js** script file. -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. +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. {% highlight html %} @@ -177,4 +177,4 @@ N> All the properties in EjChart supports one way AngularJS binding except inner ![](/js/Chart/Working-with-Data_images/Working-with-Data_img4.png) -[Click](http://ngjq.syncfusion.com/#/chart/line) here to view the AngularJS data binding online demo sample. \ No newline at end of file +[Click](https://ej2.syncfusion.com/home/javascript.html#/chart/line) here to view the AngularJS data binding online demo sample. \ No newline at end of file From 515f068a701b859ffe9bb7c2f48c999c94a2de4b Mon Sep 17 00:00:00 2001 From: Edithabich Date: Wed, 6 Mar 2024 17:15:49 +0300 Subject: [PATCH 2/2] SEO-180844-mvc-page-with-redirect --- aspnetmvc/Chart/Data-Markers.md | 2 +- aspnetmvc/Chart/Working-with-Data.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnetmvc/Chart/Data-Markers.md b/aspnetmvc/Chart/Data-Markers.md index 935fb2b5..b34f217f 100644 --- a/aspnetmvc/Chart/Data-Markers.md +++ b/aspnetmvc/Chart/Data-Markers.md @@ -573,4 +573,4 @@ The following code example shows how to enable smart labels, ![](Data-Markers_images/Data-Markers_img12.png) -[Click](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/chart/default-pie.html) here to view the SmartLabel online demo sample. \ No newline at end of file +[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Pie#/bootstrap5) here to view the SmartLabel online demo sample. \ No newline at end of file diff --git a/aspnetmvc/Chart/Working-with-Data.md b/aspnetmvc/Chart/Working-with-Data.md index 6f501017..50afe6eb 100644 --- a/aspnetmvc/Chart/Working-with-Data.md +++ b/aspnetmvc/Chart/Working-with-Data.md @@ -54,7 +54,7 @@ var chartData = [ ![](Working-with-Data_images/Working-with-Data_img1.png) -[Click](https://ej2.syncfusion.com/home/javascript.html) here to view the local data binding online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/LocalData#/bootstrap5) here to view the local data binding online demo sample. 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 ![](Working-with-Data_images/Working-with-Data_img3.png) -[Click](https://ej2.syncfusion.com/javascript/demos/#/bootstrap5/chart/remote-data.html) here to view the remote data binding online demo sample. +[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/RemoteData#/bootstrap5) here to view the remote data binding online demo sample. ## AngularJS Data Binding @@ -177,4 +177,4 @@ N> All the properties in EjChart supports one way AngularJS binding except inner ![](/js/Chart/Working-with-Data_images/Working-with-Data_img4.png) -[Click](https://ej2.syncfusion.com/home/javascript.html#/chart/line) here to view the AngularJS data binding online demo sample. \ No newline at end of file +[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Line#/bootstrap5) here to view the AngularJS data binding online demo sample. \ No newline at end of file