UNPKG

179 BTypeScriptView Raw
1import { HighchartsService } from './HighchartsService';
2export declare function initChart(highchartsService: HighchartsService, userOpts: any, baseOpts: any, type: string): any;