Skip to content

Commit 7bc28b4

Browse files
AdminAdmin
authored andcommitted
develop autofix
1 parent 30973b6 commit 7bc28b4

File tree

1,645 files changed

+7372
-7372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,645 files changed

+7372
-7372
lines changed

3D_Plot/Surface_Chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Surface charts (or 3D Surface plot) are useful when you want to find the optimum
2828
The Surface chart requires adding the [Core](../Quick_Start/Modules#core) and [Surface Chart](../Quick_Start/Modules#surface) modules:
2929

3030
```
31-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
31+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
3232
```
3333

3434
```
35-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-surface.min.js"></script>
35+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-surface.min.js"></script>
3636
```
3737

3838
Learn more: [Modules](../Quick_Start/Modules).

Basic_Charts/3D/Overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@ This article explains how to create and configure 3D charts.
1212
Most 3D charts require adding the [Core](../../Quick_Start/Modules#core) and [Basic 3D](../../Quick_Start/Modules#basic_3d) modules:
1313

1414
```
15-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
15+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
1616
```
1717

1818
```
19-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-cartesian-3d.min.js"></script>
19+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian-3d.min.js"></script>
2020
```
2121

2222
The 3D Pie and Doughnut charts require combining the [Core](../../Quick_Start/Modules#core) module with [Pie and Doughnut](../../Quick_Start/Modules#pie_and_doughnut):
2323

2424
```
25-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
25+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
2626
```
2727

2828
```
29-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-pie.min.js"></script>
29+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-pie.min.js"></script>
3030
```
3131

3232
These two modules are included in the [Base](../../Quick_Start/Modules#base) module, so it can also be used to create the 3D Pie and Doughnut charts:
3333

3434
```
35-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-base.min.js"></script>
35+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-base.min.js"></script>
3636
```
3737

3838
Learn more: [Modules](../../Quick_Start/Modules).

Basic_Charts/Area_Chart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ This article explains how to create a basic Area chart as well as configure sett
4444
The Area chart requires adding the [Core](../Quick_Start/Modules#core) and [Basic Cartesian](../Quick_Start/Modules#basic_cartesian) modules:
4545

4646
```
47-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
47+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
4848
```
4949

5050
```
51-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-cartesian.min.js"></script>
51+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
5252
```
5353

5454
Alternatively, you can use the [Base](../Quick_Start/Modules#base) module, which includes, among other things, the two modules mentioned above:
5555

5656
```
57-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-base.min.js"></script>
57+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-base.min.js"></script>
5858
```
5959

6060
Learn more: [Modules](../Quick_Start/Modules).

Basic_Charts/Bar_Chart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ This article explains how to create a basic Bar chart as well as configure sett
3838
The Bar chart requires adding the [Core](../Quick_Start/Modules#core) and [Basic Cartesian](../Quick_Start/Modules#basic_cartesian) modules:
3939

4040
```
41-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
41+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
4242
```
4343

4444
```
45-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-cartesian.min.js"></script>
45+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
4646
```
4747

4848
Alternatively, you can use the [Base](../Quick_Start/Modules#base) module, which includes, among other things, the two modules mentioned above:
4949

5050
```
51-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-base.min.js"></script>
51+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-base.min.js"></script>
5252
```
5353

5454
Learn more: [Modules](../Quick_Start/Modules).

Basic_Charts/Box_Chart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ This article explains how to create a basic Box chart as well as configure setti
3939
The Box chart requires adding the [Core](../Quick_Start/Modules#core) and [Basic Cartesian](../Quick_Start/Modules#basic_cartesian) modules:
4040

4141
```
42-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
42+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
4343
```
4444

4545
```
46-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-cartesian.min.js"></script>
46+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
4747
```
4848

4949
Alternatively, you can use the [Base](../Quick_Start/Modules#base) module, which includes, among other things, the two modules mentioned above:
5050

5151
```
52-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-base.min.js"></script>
52+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-base.min.js"></script>
5353
```
5454

5555
Learn more: [Modules](../Quick_Start/Modules).

Basic_Charts/Bubble_Chart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ This article explains how to create a basic Bubble chart as well as configure se
4343
The Bubble chart requires adding the [Core](../Quick_Start/Modules#core) and [Basic Cartesian](../Quick_Start/Modules#basic_cartesian) modules:
4444

4545
```
46-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
46+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
4747
```
4848

4949
```
50-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-cartesian.min.js"></script>
50+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
5151
```
5252

5353
Alternatively, you can use the [Base](../Quick_Start/Modules#base) module, which includes, among other things, the two modules mentioned above:
5454

5555
```
56-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-base.min.js"></script>
56+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-base.min.js"></script>
5757
```
5858

5959
Learn more: [Modules](../Quick_Start/Modules).

Basic_Charts/Bullet_Chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Bullet chart always uses only one data series, but a dashboard may contain sever
2626
The Bullet Chart requires adding the [Core](../Quick_Start/Modules#core) and [Bullet](../Quick_Start/Modules#bullet) modules:
2727

2828
```
29-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
29+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
3030
```
3131

3232
```
33-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-bullet.min.js"></script>
33+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-bullet.min.js"></script>
3434
```
3535

3636
Learn more: [Modules](../Quick_Start/Modules).

Basic_Charts/Column_Chart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ This article explains how to create a basic Column chart as well as configure se
4040
The Column chart requires adding the [Core](../Quick_Start/Modules#core) and [Basic Cartesian](../Quick_Start/Modules#basic_cartesian) modules:
4141

4242
```
43-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
43+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
4444
```
4545

4646
```
47-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-cartesian.min.js"></script>
47+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
4848
```
4949

5050
Alternatively, you can use the [Base](../Quick_Start/Modules#base) module, which includes, among other things, the two modules mentioned above:
5151

5252
```
53-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-base.min.js"></script>
53+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-base.min.js"></script>
5454
```
5555

5656
Learn more: [Modules](../Quick_Start/Modules).

Basic_Charts/Doughnut_Chart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ The Doughnut chart is a modification of the Pie chart and shares almost all the
1515
The Doughnut chart requires adding the [Core](../Quick_Start/Modules#core) and [Pie and Doughnut](../Quick_Start/Modules#pie_and_doughnut) modules:
1616

1717
```
18-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
18+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
1919
```
2020

2121
```
22-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-pie.min.js"></script>
22+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-pie.min.js"></script>
2323
```
2424

2525
Alternatively, you can use the [Base](../Quick_Start/Modules#base) module, which includes, among other things, the two modules mentioned above:
2626

2727
```
28-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-base.min.js"></script>
28+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-base.min.js"></script>
2929
```
3030

3131
Learn more: [Modules](../Quick_Start/Modules).

Basic_Charts/Error_Chart/Overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ Error bars do not require any modules except the modules required by the chart o
1616
For scatter charts, combine the [Core](../../Quick_Start/Modules#core) module with the [Scatter](../../Quick_Start/Modules#scatter) module:
1717

1818
```
19-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
19+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
2020
```
2121

2222
```
23-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-scatter.min.js"></script>
23+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-scatter.min.js"></script>
2424
```
2525

2626
For Cartesian charts, combine [Core](../../Quick_Start/Modules#core) module with [Basic Cartesian](../../Quick_Start/Modules#basic_cartesian):
2727

2828
```
29-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-core.min.js"></script>
29+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
3030
```
3131

3232
```
33-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-cartesian.min.js"></script>
33+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
3434
```
3535

3636
You can also use the [Base](../../Quick_Start/Modules#base) module, which includes, among other things, all the modules mentioned above:
3737

3838
```
39-
<script src="https://cdn.anychart.com/releases/8.7.0/js/anychart-base.min.js"></script>
39+
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-base.min.js"></script>
4040
```
4141

4242
Learn more: [Modules](../../Quick_Start/Modules).

0 commit comments

Comments
 (0)