highcharts
Version:
JavaScript charting framework
16 lines (15 loc) • 374 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 BorderRadiusOptionsObject {
radius: (number|string);
scope: ("point"|"stack");
where: ("all"|"end");
}
}
export default _Highcharts;