15 lines
298 B
JavaScript
15 lines
298 B
JavaScript
|
/**
|
||
|
* @license Highcharts JS v8.1.0 (2020-05-05)
|
||
|
* @module highcharts/modules/boost-canvas
|
||
|
* @requires highcharts
|
||
|
*
|
||
|
* Boost module
|
||
|
*
|
||
|
* (c) 2010-2019 Highsoft AS
|
||
|
* Author: Torstein Honsi
|
||
|
*
|
||
|
* License: www.highcharts.com/license
|
||
|
*/
|
||
|
'use strict';
|
||
|
import '../../modules/boost-canvas.src.js';
|