Skip to content

Commit 0a7786d

Browse files
Merge pull request #420 from Syncfusion-Content/hotfix/hotfix-v24.1.41
DOCINFRA-2341_merged_using_automation
2 parents f53ff10 + 3e824f2 commit 0a7786d

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

aspnetmvc/Chart/Chart-Types.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To render a Line Chart, set the series **Type** as **Line** in the chart series.
3232
![ASPNETMVC Chart Types](Chart-Types_images/Chart-Types_img1.png)
3333

3434

35-
[Click](https://mvc.syncfusion.com/demos/web/chart/default) here to view the Line Chart online demo sample.
35+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Line#/bootstrap5) here to view the Line Chart online demo sample.
3636

3737

3838
### Change the line width
@@ -160,7 +160,7 @@ You can change the color of the line segments by using the *Fill* property of th
160160

161161
![ASPNETMVC Chart Multi color](Chart-Types_images/Chart-Types_img81.png)
162162

163-
[Click](https://mvc.syncfusion.com/demos/web/chart/multicolor) here to view the MultiColor Line Chart online demo sample.
163+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/MultiColoredLine#/bootstrap5) here to view the MultiColor Line Chart online demo sample.
164164

165165

166166
## Step Line Chart
@@ -187,7 +187,7 @@ To render a Step Line Chart, set the series Type as **StepLine"** in the chart s
187187

188188
![ASPNETMVC Chart StepLine](Chart-Types_images/Chart-Types_img6.png)
189189

190-
[Click](https://mvc.syncfusion.com/demos/web/chart/stepline) here to view the Step Line Chart online demo sample.
190+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StepLine#/bootstrap5) here to view the Step Line Chart online demo sample.
191191

192192

193193
### Changing the line width
@@ -317,7 +317,7 @@ To render an Area chart, you can specify the series Type as **Area** in the char
317317
![ASPNETMVC Chart Area](Chart-Types_images/Chart-Types_img11.png)
318318

319319

320-
[Click](https://mvc.syncfusion.com/demos/web/chart/area) here to view the Area Chart online demo.
320+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Area#/bootstrap5) here to view the Area Chart online demo.
321321

322322

323323
## Range Area Chart
@@ -356,7 +356,7 @@ Since the RangeArea series requires two y values for a point, you have to add th
356356

357357
![ASPNETMVC Chart Range Area](Chart-Types_images/Chart-Types_img12.png)
358358

359-
[Click](https://mvc.syncfusion.com/demos/web/chart/rangearea) here to view Range Area Chart online demo.
359+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/RangeArea#/bootstrap5) here to view Range Area Chart online demo.
360360

361361

362362
## Step Area Chart
@@ -387,7 +387,7 @@ To render a Step Area Chart, set the Type as **StepArea** in the chart series. T
387387
![ASPNETMVC Chart Step Area](Chart-Types_images/Chart-Types_img13.png)
388388

389389

390-
[Click](https://mvc.syncfusion.com/demos/web/chart/steparea) here to view Step Area Chart online demo.
390+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StepArea#/bootstrap5) here to view Step Area Chart online demo.
391391

392392

393393
## Spline Area Chart
@@ -417,7 +417,7 @@ To render a Spline Area Chart, set the Type as **SplineArea** in the chart serie
417417

418418
![ASPNETMVC Chart Spline Area](Chart-Types_images/Chart-Types_img14.png)
419419

420-
[Click](https://mvc.syncfusion.com/demos/web/chart/splinearea) here to view Spline Area Chart online demo.
420+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/SplineArea#/bootstrap5) here to view Spline Area Chart online demo.
421421

422422

423423
## Stacked Area Chart
@@ -448,7 +448,7 @@ To render a Stacked Area Chart, set the Type as **StackingArea** in the chart se
448448
![ASPNETMVC Chart Stacked Area](Chart-Types_images/Chart-Types_img15.png)
449449

450450

451-
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingarea) here to view Stacked Area Chart online demo.
451+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedArea#/bootstrap5) here to view Stacked Area Chart online demo.
452452

453453

454454
## 100% Stacked Area Chart
@@ -479,7 +479,7 @@ To render a 100% Stacked Area Chart, set the Type as **StackingArea100** in the
479479
![ASPNETMVC Chart Stacked Area](Chart-Types_images/Chart-Types_img16.png)
480480

481481

482-
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingarea100) here to view 100% Stacked Area Chart online demo.
482+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedArea100#/bootstrap5) here to view 100% Stacked Area Chart online demo.
483483

484484

485485
## Column Chart
@@ -510,7 +510,7 @@ To render a Column Chart, set the Type as **Column** in the chart series. To cha
510510
![ASPNETMVC Chart Column Chart](Chart-Types_images/Chart-Types_img17.png)
511511

512512

513-
[Click](https://mvc.syncfusion.com/demos/web/chart/column) here to view Column Chart demo.
513+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Column#/bootstrap5) here to view Column Chart demo.
514514

515515

516516
### Change a point color
@@ -662,7 +662,7 @@ Since, the RangeColumn series requires two y values for a point, add the High an
662662

663663
![ASPNETMVC Chart Range Column](Chart-Types_images/Chart-Types_img19.png)
664664

665-
[Click](https://mvc.syncfusion.com/demos/web/chart/rangecolumn) here to view Range Column Chart online demo.
665+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/RangeColumn#/bootstrap5) here to view Range Column Chart online demo.
666666

667667

668668
### Change a point color
@@ -719,7 +719,7 @@ To render a Stacked Column Chart, set the Type as **StackingColumn** in the char
719719

720720
![ASPNETMVC Chart Stacked Column](Chart-Types_images/Chart-Types_img21.png)
721721

722-
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn) here to view Stacked Column Chart online demo.
722+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedColumn#/bootstrap5) here to view Stacked Column Chart online demo.
723723

724724

725725
### Cluster / Group stacked columns
@@ -807,7 +807,7 @@ To render a 100% Stacked Column Chart, set the Type as **StackingColumn100** in
807807
![ASPNETMVC Chart Stacked](Chart-Types_images/Chart-Types_img24.png)
808808

809809

810-
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn100) here to view 100% Stacked Column Chart online demo.
810+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedColumn100#/bootstrap5) here to view 100% Stacked Column Chart online demo.
811811

812812

813813
### Cluster / Group 100% stacked columns
@@ -896,7 +896,7 @@ To render a bar Chart, set the Type as **Bar** in the chart series. To change th
896896
![ASPNETMVC Chart Point Color](Chart-Types_images/Chart-Types_img27.png)
897897

898898

899-
[Click](https://mvc.syncfusion.com/demos/web/chart/bar) here to view Bar Chart demo.
899+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Bar#/bootstrap5) here to view Bar Chart demo.
900900

901901

902902
### Change the color of a bar
@@ -954,7 +954,7 @@ To render a Stacked Bar Chart, set the Type as **StackingBar** in the chart seri
954954
![ASPNETMVC Chart Stacked Bar](Chart-Types_images/Chart-Types_img29.png)
955955

956956

957-
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar) here to view Stacked Bar Chart online demo.
957+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedBar#/bootstrap5) here to view Stacked Bar Chart online demo.
958958

959959

960960
### Cluster / Group stacked bars
@@ -1043,7 +1043,7 @@ To render a 100% Stacked Bar Chart, set the Type as **StackingBar100** in the ch
10431043

10441044
![ASPNETMVC Chart Stacked Bar](Chart-Types_images/Chart-Types_img32.png)
10451045

1046-
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar100) here to view 100% Stacked Bar Chart online demo.
1046+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedBar100#/bootstrap5) here to view 100% Stacked Bar Chart online demo.
10471047

10481048
By using the StackingGroup property, you can group the 100% stacking bars with the same group name.
10491049

@@ -1128,7 +1128,7 @@ To render a Spline Chart, set the Type as **Spline** in the chart series. To cha
11281128
![ASPNETMVC Chart Spline](Chart-Types_images/Chart-Types_img35.png)
11291129

11301130

1131-
[Click](https://mvc.syncfusion.com/demos/web/chart/spline) here to view the Spline Chart online demo sample.
1131+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Spline#/bootstrap5) here to view the Spline Chart online demo sample.
11321132

11331133

11341134
### Change the spline width
@@ -1216,7 +1216,7 @@ You can create a pie chart by setting the series Type as **Pie** in the chart se
12161216
![ASPNETMVC Chart Pie](Chart-Types_images/Chart-Types_img38.png)
12171217

12181218

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

12211221

12221222
### Change the pie size
@@ -1359,7 +1359,7 @@ EjChart allows you to render all the data points/segments in the semi-pie, quart
13591359
![ASPNETMVC Chart Sector Pie](Chart-Types_images/Chart-Types_img43.png)
13601360

13611361

1362-
[Click](https://mvc.syncfusion.com/demos/web/chart/semipie) here to view the Semi Pie Chart online demo sample.
1362+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/SemiPie#/bootstrap5) here to view the Semi Pie Chart online demo sample.
13631363

13641364

13651365

@@ -1390,7 +1390,7 @@ To create a Doughnut chart, you can specify the series Type as **Doughnut** in t
13901390

13911391
![ASPNETMVC Chart Doughnut](Chart-Types_images/Chart-Types_img44.png)
13921392

1393-
[Click](https://mvc.syncfusion.com/demos/web/chart/doughnut) here to view the Doughnut Chart online demo sample.
1393+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Doughnut#/bootstrap5) here to view the Doughnut Chart online demo sample.
13941394

13951395

13961396
### Change Doughnut inner radius
@@ -1562,7 +1562,7 @@ EjChart allows you to render all the data points/segments in the semi-doughnut,
15621562
![ASPNETMVC Chart DoughNut Segment](Chart-Types_images/Chart-Types_img50.png)
15631563

15641564

1565-
[Click](https://mvc.syncfusion.com/demos/web/chart/semipie) here to view the Semi Doughnut Chart online demo sample.
1565+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/SemiPie#/bootstrap5) here to view the Semi Doughnut Chart online demo sample.
15661566

15671567

15681568

@@ -1643,7 +1643,7 @@ To create a Pyramid chart, you can specify the series Type as **Pyramid** in the
16431643

16441644
![ASPNETMVC Chart Pyramid](Chart-Types_images/Chart-Types_img51.png)
16451645

1646-
[Click](https://mvc.syncfusion.com/demos/web/chart/pyramid) here to view the Pyramid Chart online demo sample.
1646+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Pyramid#/bootstrap5) here to view the Pyramid Chart online demo sample.
16471647

16481648

16491649
### Pyramid Mode
@@ -1756,7 +1756,7 @@ You can create a funnel chart by setting the series Type as **Funnel** in the ch
17561756

17571757
![ASPNETMVC Chart Funnel](Chart-Types_images/Chart-Types_img55.png)
17581758

1759-
[Click](https://mvc.syncfusion.com/demos/web/chart/funnel) here to view the Funnel Chart online demo sample.
1759+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Funnel#/bootstrap5) here to view the Funnel Chart online demo sample.
17601760

17611761

17621762
### Change the funnel width and height
@@ -1862,7 +1862,7 @@ To create a Bubble chart, you can set the series Type as **Bubble** in the chart
18621862
![ASPNETMVC Chart Bubble](Chart-Types_images/Chart-Types_img58.png)
18631863

18641864

1865-
[Click](https://mvc.syncfusion.com/demos/web/chart/bubble) here to view the Bubble Chart online demo sample.
1865+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Bubble#/bootstrap5) here to view the Bubble Chart online demo sample.
18661866

18671867
## Scatter
18681868

@@ -1892,7 +1892,7 @@ To create a Scatter chart, you can set the series Type as **Scatter** in the cha
18921892
![ASPNETMVC Chart Scatter](Chart-Types_images/Chart-Types_img59.png)
18931893

18941894

1895-
[Click](https://mvc.syncfusion.com/demos/web/chart/scatter) here to view the Scatter Chart online demo sample.
1895+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Scatter#/bootstrap5) here to view the Scatter Chart online demo sample.
18961896

18971897
### Customize the scatter chart
18981898

@@ -1971,7 +1971,7 @@ To create a HiLoOpenClose chart, you can set the series Type as **HiloOpenClose*
19711971
![ASPNETMVC Chart Hilo Open](Chart-Types_images/Chart-Types_img61.png)
19721972

19731973

1974-
[Click](https://mvc.syncfusion.com/demos/web/chart/hiloopenclose) here to view the HiLoOpenClose Chart online demo sample.
1974+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/HiloOpenClose#/bootstrap5) here to view the HiLoOpenClose Chart online demo sample.
19751975

19761976

19771977
### DrawMode
@@ -2079,7 +2079,7 @@ You can create a Candle chart by specifying the series Type as **Candle** in the
20792079

20802080
![ASPNETMVC Chart Candle](Chart-Types_images/Chart-Types_img64.png)
20812081

2082-
[Click](https://mvc.syncfusion.com/demos/web/chart/candle) here to view the Candle Chart online demo sample.
2082+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Candle#/bootstrap5) here to view the Candle Chart online demo sample.
20832083

20842084

20852085
### Bull and Bear Color
@@ -2156,7 +2156,7 @@ HiLo chart is created by setting the series Type as **Hilo** in the chart series
21562156
![ASPNETMVC Chart HiLo](Chart-Types_images/Chart-Types_img66.png)
21572157

21582158

2159-
[Click](https://mvc.syncfusion.com/demos/web/chart/hilo) here to view the HiLo Chart online demo sample.
2159+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Hilo#/bootstrap5) here to view the HiLo Chart online demo sample.
21602160

21612161

21622162
## Polar
@@ -2246,7 +2246,7 @@ By using the **IsStacking** property, you can specify whether the column has to
22462246
![ASPNETMVC Chart Stack](Chart-Types_images/Chart-Types_img69.png)
22472247

22482248

2249-
[Click](https://mvc.syncfusion.com/demos/web/chart/windrose) here to view the Polar Wind Rose Chart online demo sample.
2249+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/WindRose#/bootstrap5) here to view the Polar Wind Rose Chart online demo sample.
22502250

22512251

22522252
## Radar Chart
@@ -2363,7 +2363,7 @@ N> The inline property of the **Series.PositiveFill** has the first priority and
23632363
![ASPNETMVC Chart Water falls](Chart-Types_images/Chart-Types_img73.png)
23642364

23652365

2366-
[Click](https://mvc.syncfusion.com/demos/web/chart/waterfall) here to view the Waterfall Chart online demo sample.
2366+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Waterfall#/bootstrap5) here to view the Waterfall Chart online demo sample.
23672367

23682368

23692369
**ShowIntermediateSum**
@@ -2474,7 +2474,7 @@ EjChart can generate Error bar for Cartesian type series *(Line, Column, Bar, Sc
24742474
![ASPNETMVC Chart Error Bar](Chart-Types_images/Chart-Types_img75.png)
24752475

24762476

2477-
[Click](https://mvc.syncfusion.com/demos/web/chart/errorbar) here to view the ErrorBar Chart online demo sample.
2477+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/ErrorBar#/bootstrap5) here to view the ErrorBar Chart online demo sample.
24782478

24792479

24802480
### Changing Error Bar Type
@@ -2699,7 +2699,7 @@ Outlier symbol, width and height can be customized using outlierSettings through
26992699

27002700
![ASPNETMVC Chart Outlier](Chart-Types_images/Chart-Types_img92.png)
27012701

2702-
[Click](https://mvc.syncfusion.com/demos/web/chart/boxandwhisker) here to view the Box and Whisker Chart online demo sample.
2702+
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/BoxAndWhisker#/bootstrap5) here to view the Box and Whisker Chart online demo sample.
27032703

27042704
## Pie Of Pie Chart
27052705
To render the pie of pie chart, set the series `Type` as **PieOfPie**. Pie of pie chart is used for displaying the data of a pie slice as another pie chart. The values in the second pie is displayed based on the **splitMode** property.

aspnetmvc/Grid/Style-and-Appearance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
## List of classes and its purposes
1313

14-
To modify the Grid appearance, you need to override default CSS of the grid. Please find the list of CSS classes and its corresponding section in the grid. Also you have an option to create your own custom theme for all the ASP.NET MVC controls using our [Theme Studio](https://js.syncfusion.com/themestudio/ "Theme Studio").
14+
To modify the Grid appearance, you need to override default CSS of the grid. Please find the list of CSS classes and its corresponding section in the grid. Also you have an option to create your own custom theme for all the ASP.NET MVC controls using our [Theme Studio](https://ej2.syncfusion.com/aspnetmvc/documentation/appearance/theme-studio "Theme Studio").
1515

1616
<table>
1717
<tr>
@@ -228,5 +228,5 @@ To modify the Grid appearance, you need to override default CSS of the grid. Ple
228228

229229
To customize toolbar, you need to use the toolbar default CSS class to override icon in toolbar.
230230

231-
{% seealso %} [customize toolbar ](https://support.syncfusion.com/kb/article/4868/how-to-change-custom-icons-for-default-edit-toolbar-items) {% endseealso %}
231+
{% seealso %} [customize toolbar](https://support.syncfusion.com/kb/article/4868/how-to-change-custom-icons-for-default-edit-toolbar-items) {% endseealso %}
232232

0 commit comments

Comments
 (0)