highcharts
Version:
JavaScript charting framework
15 lines (14 loc) • 308 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;
/**
* Initialize the new data announcer.
*/
export function init(): void;