UNPKG

highcharts

Version:
37 lines (36 loc) 642 B
/* * * * (c) 2019-2025 Highsoft AS * * Boost module: stripped-down renderer for higher performance * * License: highcharts.com/license * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * */ 'use strict'; /* * * * Constants * * */ const WGLDrawMode = { 'area': 'LINES', 'arearange': 'LINES', 'areaspline': 'LINES', 'column': 'LINES', 'columnrange': 'LINES', 'bar': 'LINES', 'line': 'LINE_STRIP', 'scatter': 'POINTS', 'heatmap': 'TRIANGLES', 'treemap': 'TRIANGLES', 'bubble': 'POINTS' }; /* * * * Default Export * * */ export default WGLDrawMode;