angular2-highcharts
Version:
Highcharts for your Angular2 project
21 lines (20 loc) • 421 B
TypeScript
export declare function createBaseOpts(chartCmp: any, seriesCmp: any, pointCmp: any, xAxisCmp: any, yAxisCmp: any, element: any): {
chart: {
renderTo: any;
events: {};
};
plotOptions: {
series: {
events: {};
point: {
events: {};
};
};
};
xAxis: {
events: {};
};
yAxis: {
events: {};
};
};