Carga
Carga
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* @license Highcharts JS v10.2.1 (2022-08-29)
|
||||
* @module highcharts/modules/debugger
|
||||
* @requires highcharts
|
||||
*
|
||||
* Debugger module
|
||||
*
|
||||
* (c) 2012-2021 Torstein Honsi
|
||||
*
|
||||
* License: www.highcharts.com/license
|
||||
*/
|
||||
'use strict';
|
||||
import Highcharts from '../../Core/Globals.js';
|
||||
import Debugger from '../../Extensions/Debugger/Debugger.js';
|
||||
import ErrorMessages from '../../Extensions/Debugger/ErrorMessages.js';
|
||||
var G = Highcharts;
|
||||
G.errorMessages = ErrorMessages;
|
||||
Debugger.compose(G.Chart);
|
||||
Reference in New Issue
Block a user