Skip to content

Commit 7a379fc

Browse files
Merge pull request #418 from Syncfusion-Content/hotfix/hotfix-v24.1.41
DOCINFRA-2341_merged_using_automation
2 parents c654f5e + 60d36b8 commit 7a379fc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

aspnetmvc/Chart/3D-Chart.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For rendering a 3D Column Chart, specify the series **Type** as **Column** in th
3333
![](3D-Chart_images/3D-Chart_img1.png)
3434

3535

36-
[Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the Column 3DChart online demo sample.
36+
[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/Column#/bootstrap5) here to view the Column 3DChart online demo sample.
3737

3838

3939
## 3D Bar Chart
@@ -57,7 +57,7 @@ You can create a 3D Bar Chart by setting the series **Type** as **Bar** in the c
5757
![](3D-Chart_images/3D-Chart_img2.png)
5858

5959

60-
[Click](https://mvc.syncfusion.com/demos/web/chart/bar3d) here to view the Bar 3DChart online demo sample.
60+
[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/Bar#/bootstrap5) here to view the Bar 3DChart online demo sample.
6161

6262

6363
## 3D Stacked Column Chart
@@ -111,7 +111,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta
111111
![](3D-Chart_images/3D-Chart_img4.png)
112112

113113

114-
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn1003d) here to view the 100% Stacked Column 3DChart online demo sample.
114+
[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/StackedColumn100#/bootstrap5) here to view the 100% Stacked Column 3DChart online demo sample.
115115

116116

117117
## 3D Stacked Bar Chart
@@ -138,7 +138,7 @@ To create Stacking Bar 3DChart, set the series **Type** as **StackingBar** in th
138138
![](3D-Chart_images/3D-Chart_img5.png)
139139

140140

141-
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar3d) here to view the Stacked Bar 3DChart online demo sample.
141+
[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/StackedBar#/bootstrap5) here to view the Stacked Bar 3DChart online demo sample.
142142

143143

144144
## 3D 100% Stacked Bar Chart
@@ -165,7 +165,7 @@ You can create 100% Stacking Bar 3DChart by setting the series **Type** as **Sta
165165
![](3D-Chart_images/3D-Chart_img6.png)
166166

167167

168-
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar1003d) here to view the 100% Stacked Bar 3DChart online demo sample.
168+
[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/StackedBar100#/bootstrap5) here to view the 100% Stacked Bar 3DChart online demo sample.
169169

170170

171171
## 3D Pie Chart
@@ -240,7 +240,7 @@ To render the EjChart in 3D view, set the **Enable3D** option as **true** in the
240240
![](3D-Chart_images/3D-Chart_img9.png)
241241

242242

243-
[Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the 3DChart online demo sample.
243+
[Click](https://ej2.syncfusion.com/aspnetmvc/ThreeDimensionalChart/Column#/bootstrap5) here to view the 3DChart online demo sample.
244244

245245

246246
### Placing Bar / Column kind of series side-by-side

aspnetmvc/Chart/Chart-Series.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In EjChart, you can add multiple series object in the **Series** options. The se
4747
![](Chart-Series_images/Chart-Series_img1.png)
4848

4949

50-
[Click](https://mvc.syncfusion.com/demos/web/chart/column) here to view the multiple series online demo sample.
50+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Column#/bootstrap5) here to view the multiple series online demo sample.
5151

5252

5353
### Customizing all series together
@@ -129,7 +129,7 @@ EjChart allows you to render the combination of different series in the chart.
129129
![](Chart-Series_images/Chart-Series_img3.png)
130130

131131

132-
[Click](https://mvc.syncfusion.com/demos/web/chart/combination) here to view the combination series online demo sample.
132+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/CombinationSeries#/bootstrap5) here to view the combination series online demo sample.
133133

134134
### Limitation of combination chart
135135

aspnetmvc/DatePicker/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CSS file
2020

2121
External script files
2222

23-
* [jQuery](http://jquery.com/#) (from the version 1.7.1 to 3.1.0)
23+
* [jQuery](https://jquery.com/) (from the version 1.7.1 to 3.1.0)
2424

2525
jQuery.easing external dependency has been removed from version 14.3.0.49 onwards. Kindly include this jQuery.easing dependency for versions lesser than 14.3.0.49 in order to support animation effects.
2626
Internal script files
@@ -53,7 +53,7 @@ You can make use of **ej.web.all.min.js** file which encapsulates all EJMVC comp
5353

5454
If you are using NuGet packages, then required files to render the EJMVC components, will get included in corresponding location automatically in your application.
5555

56-
N> In production, we highly recommend you to use our [custom script generator](http://helpjs.syncfusion.com/js/include-only-the-needed-widgets#) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server.
56+
N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server.
5757

5858
Below is a simple Layout CSHTML file with required CSS and script reference added to create the Essential ASP.NET MVC DatePicker
5959

aspnetmvc/Schedule/Data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ The server-side code to load the Scheduler data on demand is as follows.
863863

864864
## Entity Framework Data Binding
865865

866-
The appointment data can be bound to the Scheduler through Entity Framework which supports Entity Data Model(EDM) defining the data at conceptual level. To know more on how to create and use the Entity Data Model, refer [here.](https://msdn.microsoft.com/en-us/library/bb399182%28v=vs.100%29.aspx)
866+
The appointment data can be bound to the Scheduler through Entity Framework which supports Entity Data Model(EDM) defining the data at conceptual level. To know more on how to create and use the Entity Data Model, refer [here.](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/bb399182(v=vs.100)?redirectedfrom=MSDN)
867867

868868
{% highlight razor %}
869869

0 commit comments

Comments
 (0)