highcharts
Version:
JavaScript charting framework
21 lines (20 loc) • 510 B
TypeScript
/*!*
*
* Copyright (c) Highsoft AS. All rights reserved.
*
*!*/
import * as globals from "../globals.src";
import * as _Highcharts from "../highcharts.src";
declare module "../highcharts.src" {
interface DataTableOptions {
columns?: DataTableColumnCollection;
id?: string;
}
/**
* Returns true if the current browser supports WebGL.
*
* @return `true` if the browser supports WebGL.
*/
function hasWebGLSupport(): boolean;
}
export default _Highcharts;