Carga
Carga
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/modules/treemap
|
||||
* @requires highcharts
|
||||
*
|
||||
* (c) 2014-2021 Highsoft AS
|
||||
* Authors: Jon Arild Nygard / Oystein Moseng
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import Highcharts from '../../Core/Globals.js';
|
||||
import '../../Series/Treemap/TreemapSeries.js';
|
||||
import Breadcrumbs from '../../Extensions/Breadcrumbs.js';
|
||||
var G = Highcharts;
|
||||
G.Breadcrumbs = Breadcrumbs;
|
||||
Reference in New Issue
Block a user