Skip to content

SEO-180844-mvc-page-with-redirect #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetmvc/Chart/Data-Markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Pie#/bootstrap5) here to view the SmartLabel online demo sample.
8 changes: 4 additions & 4 deletions aspnetmvc/Chart/Working-with-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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.
Expand Down Expand Up @@ -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/aspnetmvc/Chart/RemoteData#/bootstrap5) here to view the remote data binding online demo sample.


## AngularJS Data Binding
Expand All @@ -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 %}

Expand Down Expand Up @@ -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.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Line#/bootstrap5) here to view the AngularJS data binding online demo sample.