-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
There's no info about how should the package be loaded. It should be as:
npm install highcharts-indicators
And loading files should look like:
require('highcharts-indicators')(Highcharts);
require('highcharts-indicators/js/sma')(Highcharts);
require('highcharts-indicators/js/ema')(Highcharts);
require('highcharts-indicators/js/rsi')(Highcharts);
require('highcharts-indicators/js/atr')(Highcharts);