UNPKG
highcharts
Version:
hotfix-7.2.2 (7.2.2)
latest (12.3.0)
12.3.0
12.2.0
12.1.2
12.1.1
12.1.0
12.0.2
12.0.1
12.0.0
11.4.8
11.4.7
11.4.6
11.4.5
11.4.4
11.4.3
11.4.2
11.4.1
11.4.0
11.3.0
11.2.0
11.1.0
11.0.1
11.0.0
10.3.3
10.3.2
10.3.1
10.3.0
10.2.1
10.2.0
10.1.0
10.0.0
9.3.3
9.3.2
9.3.1
9.3.0
9.2.2
9.2.1
9.2.0
9.1.2
9.1.1
9.1.0
9.0.1
9.0.0
8.2.2
8.2.0
8.1.2
8.1.1
8.1.0
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.2.2
7.2.1
7.2.0
7.1.3
7.1.2
7.1.1
7.1.0
7.0.3
7.0.2
7.0.1
7.0.0
6.2.0
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.15
5.0.14
5.0.13
5.0.12
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.2.7
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.10
0.0.11
0.0.10
0.0.9
0.0.8
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
JavaScript charting framework
www.highcharts.com
highcharts/highcharts-dist
highcharts
/
es-modules
/
masters
/
modules
/
coloraxis.src.js
14 lines
(13 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** *
@license
Highcharts JS v9.0.1 (2021-02-16) *
@module
highcharts/modules/color-axis *
@requires
highcharts
* * ColorAxis module * * (c) 2012-2021 Pawel Potaczek * * License: www.highcharts.com/license */
'use strict'
;
import
'../../Core/Axis/ColorAxis.js'
;