Skip to content

Commit 2561166

Browse files
committed
broke
1 parent a4be9ba commit 2561166

File tree

1,686 files changed

+7767
-7767
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,686 files changed

+7767
-7767
lines changed

3D_Plot/Surface_Chart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ This article explains how to create a basic Surface chart as well as configure s
3030
The Surface chart requires adding the [Core](../Quick_Start/Modules#core) and [Surface Chart](../Quick_Start/Modules#surface) modules:
3131

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

3636
```
37-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-surface.min.js"></script>
37+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-surface.min.js"></script>
3838
```
3939

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

Basic_Charts/3D/Overview.md

+5-5
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/{{branch-name}}/js/anychart-core.min.js"></script>
15+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
1616
```
1717

1818
```
19-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian-3d.min.js"></script>
19+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-core.min.js"></script>
25+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
2626
```
2727

2828
```
29-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-pie.min.js"></script>
29+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
35+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
3636
```
3737

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

Basic_Charts/Area_Chart.md

+3-3
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/{{branch-name}}/js/anychart-core.min.js"></script>
47+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4848
```
4949

5050
```
51-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
51+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
57+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
5858
```
5959

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

Basic_Charts/Bar_Chart.md

+3-3
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/{{branch-name}}/js/anychart-core.min.js"></script>
41+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4242
```
4343

4444
```
45-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
45+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
51+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
5252
```
5353

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

Basic_Charts/Box_Chart.md

+3-3
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/{{branch-name}}/js/anychart-core.min.js"></script>
42+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4343
```
4444

4545
```
46-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
46+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
52+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
5353
```
5454

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

Basic_Charts/Bubble_Chart.md

+3-3
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/{{branch-name}}/js/anychart-core.min.js"></script>
46+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4747
```
4848

4949
```
50-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
50+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
56+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
5757
```
5858

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

Basic_Charts/Bullet_Chart.md

+2-2
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/{{branch-name}}/js/anychart-core.min.js"></script>
29+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
3030
```
3131

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

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

Basic_Charts/Calendar_Chart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ This article explains how to create a basic Calendar chart in AnyChart as well a
3737
The Calendar chart requires adding the [Core](../Quick_Start/Modules#core) and [Calendar](../Quick_Start/Modules#calendar) modules:
3838

3939
```
40-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
40+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4141
```
4242

4343
```
44-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-calendar.min.js"></script>
44+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-calendar.min.js"></script>
4545
```
4646

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

Basic_Charts/Circle_Packing_Chart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ This article explains how to create a basic Circle Packing chart in AnyChart as
3838
The Circle Packing chart requires adding the [Core](../Quick_Start/Modules#core) and [Circle Packing](../Quick_Start/Modules#circle_packing) modules:
3939

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

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

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

Basic_Charts/Column_Chart.md

+3-3
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/{{branch-name}}/js/anychart-core.min.js"></script>
43+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4444
```
4545

4646
```
47-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
47+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
53+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
5454
```
5555

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

Basic_Charts/Doughnut_Chart.md

+3-3
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/{{branch-name}}/js/anychart-core.min.js"></script>
18+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
1919
```
2020

2121
```
22-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-pie.min.js"></script>
22+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
28+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
2929
```
3030

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

Basic_Charts/Error_Chart/Overview.md

+5-5
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/{{branch-name}}/js/anychart-core.min.js"></script>
19+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
2020
```
2121

2222
```
23-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-scatter.min.js"></script>
23+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-core.min.js"></script>
29+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
3030
```
3131

3232
```
33-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
33+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
39+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
4040
```
4141

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

Basic_Charts/Funnel_Chart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ This article explains how to create a basic Funnel Chart as well as configure se
3939
The Funnel chart requires adding the [Core](../Quick_Start/Modules#core) and [Pyramid and Funnel](../Quick_Start/Modules#pyramid_and_funnel) modules:
4040

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

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

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

Basic_Charts/Heat_Map_Chart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ This article explains how to create a basic Heat Map chart as well as configure
3737
The Heat Map chart requires adding the [Core](../Quick_Start/Modules#core) and [Heat Map](../Quick_Start/Modules#heat_map) modules:
3838

3939
```
40-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
40+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4141
```
4242

4343
```
44-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-heatmap.min.js"></script>
44+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-heatmap.min.js"></script>
4545
```
4646

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

Basic_Charts/HiLo_Chart.md

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

4747
```
48-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
48+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4949
```
5050

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

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

5757
```
58-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-base.min.js"></script>
58+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
5959
```
6060

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

Basic_Charts/Japanese_Candlestick_Chart.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ This article explains how to create a basic Japanese Candlestick chart as as wel
4343
The Japanese Candlestick 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/{{branch-name}}/js/anychart-core.min.js"></script>
46+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4747
```
4848

4949
```
50-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
50+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
56+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
5757
```
5858

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

Basic_Charts/Jump_Line_Chart.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ Jump Line Charts are usually used for demonstrating rates.
3939
The Jump Line chart rrequires 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/{{branch-name}}/js/anychart-core.min.js"></script>
42+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4343
```
4444

4545
```
46-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
46+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
52+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
5353
```
5454

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

Basic_Charts/Line_Chart.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ This article explains how to create a basic Line chart as well as configure sett
4343
The Line 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/{{branch-name}}/js/anychart-core.min.js"></script>
46+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4747
```
4848

4949
```
50-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
50+
<script src="https://cdn.anychart.com/releases/8.12.0/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/{{branch-name}}/js/anychart-base.min.js"></script>
56+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-base.min.js"></script>
5757
```
5858

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

Basic_Charts/Marimekko_Chart/Mekko_Chart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ The Marimekko name has been adopted within business and the management consultan
4242
The Marimekko chart requires adding the [Core](../../Quick_Start/Modules#core) and [Mekko](../../Quick_Start/Modules#mekko) modules:
4343

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

4848
```
49-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-mekko.min.js"></script>
49+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-mekko.min.js"></script>
5050
```
5151

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

Basic_Charts/Marker_Chart.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ This article explains how to create a basic Marker chart as well as configure se
3737
The Marker chart requires adding the [Core](../Quick_Start/Modules#core) and [Basic Cartesian](../Quick_Start/Modules#basic_cartesian) modules:
3838

3939
```
40-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-core.min.js"></script>
40+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-core.min.js"></script>
4141
```
4242

4343
```
44-
<script src="https://cdn.anychart.com/releases/{{branch-name}}/js/anychart-cartesian.min.js"></script>
44+
<script src="https://cdn.anychart.com/releases/8.12.0/js/anychart-cartesian.min.js"></script>
4545
```
4646

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

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

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

0 commit comments

Comments
 (0)