highcharts
Version:
JavaScript charting framework
15 lines (14 loc) • 292 B
TypeScript
/*!*
*
* Copyright (c) Highsoft AS. All rights reserved.
*
*!*/
/**
* Reference to the global SVGElement class as a workaround for a name conflict
* in the Highcharts namespace.
*/
export type GlobalSVGElement = SVGElement;
/**
* 3D axis for z coordinates.
*/
export class ZAxis {}