UNPKG
highcharts-fork-vermorxt
Version:
latest (8.0.4)
8.0.4
JavaScript charting framework
www.highcharts.com
highcharts/highcharts-dist
highcharts-fork-vermorxt
/
es-modules
/
masters
/
modules
/
treemap.src.js
13 lines
(12 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** *
@license
Highcharts JS v8.0.4 (2020-03-10) *
@module
highcharts/modules/treemap *
@requires
highcharts
* * (c) 2014-2019 Highsoft AS * Authors: Jon Arild Nygard / Oystein Moseng * * License: www.highcharts.com/license */
'use strict'
;
import
'../../modules/treemap.src.js'
;