angular2-highcharts icon indicating copy to clipboard operation
angular2-highcharts copied to clipboard

How to import "indicators" inside AppModule

Open yash27 opened this issue 7 years ago • 0 comments

I want to use Candlestick OHLC Chart with SMA (Simple Moving Average), but SMA comes under Technical Indicator Series and we need to add indicators inside app.module.ts inside imports in require. But how???

This one I tried but doesn't work.

ChartModule.forRoot(require('highcharts/highstock'),require('highcharts/indicators'))

yash27 avatar Feb 19 '18 11:02 yash27