Skip to content

Wrong documentation for NPM #62

@KacperMadej

Description

@KacperMadej

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions