15 lines
337 B
JavaScript
15 lines
337 B
JavaScript
|
/**
|
||
|
* @license @product.name@ JS v@product.version@ (@product.date@)
|
||
|
* @module highcharts/modules/cylinder
|
||
|
* @requires highcharts
|
||
|
* @requires highcharts/highcharts-3d
|
||
|
*
|
||
|
* Highcharts cylinder module
|
||
|
*
|
||
|
* (c) 2010-2019 Kacper Madej
|
||
|
*
|
||
|
* License: www.highcharts.com/license
|
||
|
*/
|
||
|
'use strict';
|
||
|
import '../../modules/cylinder.src.js';
|