@highcharts/connectors-morningstar
v3.1.1
Published
Highcharts connectors for Morningstar Direct Web Services
Readme
Morningstar Connectors
Collection of Highcharts Connectors for Morningstar Direct Web Services.
There are two versions of the scripts, and the difference between them is the
Morningstar API they use. The version with the dws suffix uses the newer API,
which provides access to the Investment Details API and the Time Series API,
with more to come in the future.
The standard version of the script provides access to all APIs described here: Highcharts Connectors Docs.
Links
- Official website: www.highcharts.com
- Product page: www.highcharts.com/products/data-connector-for-morningstar
- Demos: www.highcharts.com/demo
- Download: www.highcharts.com/download
- License: www.highcharts.com/license + shop.highcharts.com/contact/partner-data
- Documentation: www.highcharts.com/docs/morningstar/morningstar
- Support: www.highcharts.com/support
- Issues: Working repo
Usage
The connectors are available as
ES6 modules by importing
@highcharts/connectors-morningstaror@highcharts/connectors-morningstar/dwsin your project.UMD bundle by adding the
@highcharts/connectors-morningstar/connectors-morningstar.jsor@highcharts/connectors-morningstar/connectors-morningstar-dws.jsscript to your web app or web page.You can also include the UMD bundle for testing purposes directly in HTML:
<script src="https://code.highcharts.com/connectors/morningstar/connectors-morningstar.js"></script><script src="https://code.highcharts.com/connectors/morningstar/connectors-morningstar-dws.js"></script>
