blacklabel / indicators

Indicators plugin for Highstock by Black Label
http://blacklabel.github.io/indicators/
Other
35 stars 12 forks source link

Wrong documentation for NPM #62

Open KacperMadej opened 7 years ago

KacperMadej commented 7 years ago

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);